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:
Sean Chittenden 2003-08-23 16:38:11 +00:00
parent 9bc5e88302
commit 919e7f4dbf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87561

View file

@ -11,20 +11,20 @@ CATEGORIES?= databases
MASTER_SITES= http://freebsd.sean.chittenden.org/ports/ \
http://people.freebsd.org/~seanc/ports/
PKGNAMESUFFIX= -devel
DIST_SUBDIR= postgresql
MAINTAINER?= seanc@FreeBSD.org
COMMENT= Development snapshots of PostgreSQL's latest features
DIST_SUBDIR= postgresql
USE_BZIP2= YES
USE_GMAKE= YES
USE_PERL5_BUILD= YES
GNU_CONFIGURE= YES
WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION}
.if defined(POSTGRESQL_SUBPORT)
## the POSTGRESQL_SUBPORTS use this port's distinfo
MD5_FILE= ${.CURDIR}/../postgresql7/distinfo
MD5_FILE= ${.CURDIR}/../postgresql-devel/distinfo
.else
## POSTGRESQL_SUBPORTS stops here