mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Bring postgressql-devel up to snuff to build with PostgreSQL's other
sub-ports (eg: p5-postgresql-plperl). PR: ports/54629 Submitted by: Yen-Shuo Su <yssu@CCCA.net>
This commit is contained in:
parent
9bc5e88302
commit
919e7f4dbf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87561
1 changed files with 3 additions and 3 deletions
|
@ -11,20 +11,20 @@ CATEGORIES?= databases
|
||||||
MASTER_SITES= http://freebsd.sean.chittenden.org/ports/ \
|
MASTER_SITES= http://freebsd.sean.chittenden.org/ports/ \
|
||||||
http://people.freebsd.org/~seanc/ports/
|
http://people.freebsd.org/~seanc/ports/
|
||||||
PKGNAMESUFFIX= -devel
|
PKGNAMESUFFIX= -devel
|
||||||
|
DIST_SUBDIR= postgresql
|
||||||
|
|
||||||
MAINTAINER?= seanc@FreeBSD.org
|
MAINTAINER?= seanc@FreeBSD.org
|
||||||
COMMENT= Development snapshots of PostgreSQL's latest features
|
COMMENT= Development snapshots of PostgreSQL's latest features
|
||||||
|
|
||||||
DIST_SUBDIR= postgresql
|
|
||||||
|
|
||||||
USE_BZIP2= YES
|
USE_BZIP2= YES
|
||||||
USE_GMAKE= YES
|
USE_GMAKE= YES
|
||||||
USE_PERL5_BUILD= YES
|
USE_PERL5_BUILD= YES
|
||||||
GNU_CONFIGURE= YES
|
GNU_CONFIGURE= YES
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION}
|
||||||
.if defined(POSTGRESQL_SUBPORT)
|
.if defined(POSTGRESQL_SUBPORT)
|
||||||
## the POSTGRESQL_SUBPORTS use this port's distinfo
|
## the POSTGRESQL_SUBPORTS use this port's distinfo
|
||||||
MD5_FILE= ${.CURDIR}/../postgresql7/distinfo
|
MD5_FILE= ${.CURDIR}/../postgresql-devel/distinfo
|
||||||
.else
|
.else
|
||||||
|
|
||||||
## POSTGRESQL_SUBPORTS stops here
|
## POSTGRESQL_SUBPORTS stops here
|
||||||
|
|
Loading…
Add table
Reference in a new issue