Index: head/databases/ruby-pg/Makefile =================================================================== --- head/databases/ruby-pg/Makefile (revision 281501) +++ head/databases/ruby-pg/Makefile (revision 281502) @@ -1,40 +1,44 @@ # New ports collection makefile for: ruby-postgres # Date created: 17 Nov 2009 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ # PORTNAME= pg PORTVERSION= 0.9.0 CATEGORIES= databases ruby MASTER_SITES= http://cdn.bitbucket.org/ged/ruby-pg/downloads/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= dinoex@FreeBSD.org COMMENT= Ruby interface to PostgreSQL library +IGNORE= is replaced by rubygem-pg +DEPRECATED= is replaced by rubygem-pg +EXPIRATION_DATE= 2011-10-01 + USE_PGSQL= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes WRKSRC= ${WRKDIR}/${DISTNAME}/ext CONFIGURE_ARGS= --with-pgsql-include-dir="${LOCALBASE}/include" INSTALL_TARGET= site-install DOCS_EN= ChangeLog Contributors README DOCS_JA= README.ja post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR}/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/../${f} ${RUBY_MODDOCDIR}/ .endfor .for f in ${DOCS_JA} ${INSTALL_DATA} ${WRKSRC}/../${f} ${RUBY_MODDOCDIR}/ja/ .endfor .endif .include Property changes on: head/databases/ruby-pg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property