ports/databases/p5-postgresql-plperl/Makefile
Ying-Chieh Liao c082ec23b0 use the latest postgresql7
postgresql-jdbc now uses the great new USE_JAVA stuff

PR:		36980
Submitted by:	maintainer
2002-04-11 05:08:34 +00:00

28 lines
545 B
Makefile

# New ports collection makefile for: PostgreSQL JDBC
# Date created: January 14, 2002
# Whom: Palle Girgensohn <girgen@partitur.se>
#
# $FreeBSD$
#
PORTNAME= postgresql-plperl
CATEGORIES= databases perl5
PKGNAMEPREFIX= p5-
MAINTAINER= girgen@partitur.se
POSTGRESQL_SUBPORT=YES
.include <${.CURDIR}/../postgresql7/Makefile>
RUN_DEPENDS= postgres:${PORTSDIR}/databases/postgresql7
USE_PERL5= yes
CONFIGURE_ARGS= --with-perl
MAKE_ARGS+= -C src/pl/plperl
MAKEFILE= GNUmakefile
post-install:
@ ${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>