freebsd-ports/databases/p5-Pg/Makefile
Vanilla I. Shu 61f5153809 Upgrade to 7.2, it's part of postgresql.
and assign maintainer to Palle Girgensohn <girgen@partitur.se>

PR:		ports/34861
Submitted by:	Palle Girgensohn <girgen@partitur.se>
2002-02-19 08:25:15 +00:00

37 lines
793 B
Makefile

# New ports collection makefile for: p5-Pg
# Date created: October 19th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Pg
POSTVERSION= 7.2
CATEGORIES= databases perl5
PKGNAMEPREFIX= p5-
MAINTAINER= girgen@partitur.se
POSTGRESQL_SUBPORT=YES
.include <${.CURDIR}/../postgresql7/Makefile>
LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
USE_PERL5= yes
CONFIGURE_ARGS= --with-perl
MAN3= Pg.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAKE_ARGS+= -C src/interfaces/perl5
MAKEFILE= GNUmakefile
post-patch:
cd ${WRKSRC}/src/interfaces/perl5 ;\
cp GNUmakefile GNUmakefile.old ;\
${SED} -e 's,\$$\$$abs_libpq_builddir,${LOCALBASE}/lib,; \
s,Makefile\ libpq-all,Makefile,' \
< GNUmakefile.old > GNUmakefile
.include <bsd.port.mk>