mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00: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
@ -13,15 +13,16 @@ COMMENT= Ruby interface to PostgreSQL library
|
||||
|
||||
LICENSE= BSD2CLAUSE RUBY
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_BSD2CLAUSE =${WRKSRC}/BSDL
|
||||
LICENSE_FILE_RUBY =${WRKSRC}/LICENSE
|
||||
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
|
||||
LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
|
||||
|
||||
PORTSCOUT= limit:^0\.
|
||||
USES= gem pgsql
|
||||
USE_RUBY= yes
|
||||
|
||||
CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \
|
||||
--with-pgsql-lib-dir=`${PG_CONFIG} --libdir`
|
||||
PG_CONFIG= ${LOCALBASE}/bin/pg_config
|
||||
USE_RUBY= yes
|
||||
USES= gem pgsql
|
||||
|
||||
PORTSCOUT= limit:^0\.
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user