mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Cosmetic change
This commit is contained in:
parent
d929707f70
commit
7f35c3f0f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511003
1 changed files with 6 additions and 5 deletions
|
@ -13,15 +13,16 @@ COMMENT= Ruby interface to PostgreSQL library
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE RUBY
|
LICENSE= BSD2CLAUSE RUBY
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
LICENSE_FILE_BSD2CLAUSE =${WRKSRC}/BSDL
|
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
|
||||||
LICENSE_FILE_RUBY =${WRKSRC}/LICENSE
|
LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
PORTSCOUT= limit:^0\.
|
USES= gem pgsql
|
||||||
|
USE_RUBY= yes
|
||||||
|
|
||||||
CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \
|
CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \
|
||||||
--with-pgsql-lib-dir=`${PG_CONFIG} --libdir`
|
--with-pgsql-lib-dir=`${PG_CONFIG} --libdir`
|
||||||
PG_CONFIG= ${LOCALBASE}/bin/pg_config
|
PG_CONFIG= ${LOCALBASE}/bin/pg_config
|
||||||
USE_RUBY= yes
|
|
||||||
USES= gem pgsql
|
PORTSCOUT= limit:^0\.
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue