Changeset View
Changeset View
Standalone View
Standalone View
head/databases/rubygem-pg018/Makefile
Property | Old Value | New Value |
---|---|---|
svn:eol-style | null | native \ No newline at end of property |
svn:keywords | null | FreeBSD=%H \ No newline at end of property |
svn:mime-type | null | text/plain \ No newline at end of property |
# $FreeBSD$ | |||||
PORTNAME= pg | |||||
PORTVERSION= 0.18.4 | |||||
CATEGORIES= databases rubygems | |||||
MASTER_SITES= RG | |||||
PKGNAMESUFFIX= 018 | |||||
MAINTAINER= idefix@fechner.net | |||||
COMMENT= Ruby interface to PostgreSQL library | |||||
LICENSE= BSD2CLAUSE RUBY | |||||
LICENSE_COMB= dual | |||||
LICENSE_FILE_BSD2CLAUSE =${WRKSRC}/BSDL | |||||
LICENSE_FILE_RUBY =${WRKSRC}/LICENSE | |||||
PORTSCOUT= limit:^0\.18\. | |||||
CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \ | |||||
--with-pgsql-lib-dir=`${PG_CONFIG} --libdir` | |||||
PG_CONFIG= ${LOCALBASE}/bin/pg_config | |||||
USES= gem pgsql | |||||
USE_RUBY= yes | |||||
.include <bsd.port.mk> |