summaryrefslogtreecommitdiff
path: root/databases/p5-postgresql-plperl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-postgresql-plperl/Makefile')
-rw-r--r--databases/p5-postgresql-plperl/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/databases/p5-postgresql-plperl/Makefile b/databases/p5-postgresql-plperl/Makefile
new file mode 100644
index 000000000000..977e0b4955cd
--- /dev/null
+++ b/databases/p5-postgresql-plperl/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: PostgreSQL JDBC
+# Date created: January 14, 2002
+# Whom: Palle Girgensohn <girgen@partitur.se>
+#
+# $FreeBSD$
+#
+
+PORTNAME= postgresql-plperl
+PORTVERSION= 7.2
+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>