diff --git a/ruby-pg.cygport b/ruby-pg.cygport index 3795bed..6c34304 100644 --- a/ruby-pg.cygport +++ b/ruby-pg.cygport @@ -1,13 +1,17 @@ inherit rubygem NAME="ruby-pg" -VERSION=1.1.4 +VERSION=1.5.3 RELEASE=1 CATEGORY="Ruby" SUMMARY="Ruby PostgreSQL extension" DESCRIPTION="Pg is the Ruby interface to the PostgreSQL RDBMS. It works with PostgreSQL 8.3 and later" +BUILD_REQUIRES="libpq-devel" + +LICENSE="BSD-2-Clause" + PKG_NAMES="${NAME} ${NAME}-doc" ruby_pg_CONTENTS="${RUBYGEM_EXTDIR#/} ${RUBYGEM_INSTDIR#/} ${RUBYGEM_SPEC#/}" ruby_pg_doc_CONTENTS=${RUBYGEM_DOCDIR#/}