summaryrefslogtreecommitdiff
path: root/databases/p5-Pg/Makefile
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-10-23 23:59:20 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-10-23 23:59:20 +0000
commita8b5da44b8acf998b2726bae6deac04cbbe9414a (patch)
tree32e3b7e5f3f698130232526992dd9cd3939b41f9 /databases/p5-Pg/Makefile
parentperl5 module to access BSD process resource limit and priority functions. (diff)
an interface between perl5 and the database Postgres95.
Notes
Notes: svn path=/head/; revision=4083
Diffstat (limited to 'databases/p5-Pg/Makefile')
-rw-r--r--databases/p5-Pg/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/databases/p5-Pg/Makefile b/databases/p5-Pg/Makefile
new file mode 100644
index 000000000000..9eb813faf5b8
--- /dev/null
+++ b/databases/p5-Pg/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: p5-Pg
+# Version required: 1.2.0
+# Date created: October 19th 1996
+# Whom: James FitzGibbon <jfitz@FreeBSD.org>
+#
+# $Id$
+#
+
+DISTNAME= pg95perl5-1.2.0
+PKGNAME= p5-Pg-1.2.0
+CATEGORIES+= databases
+MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Pg/ \
+ ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Pg/ \
+ ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Pg/ \
+ ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Pg/ \
+ ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Pg/ \
+ ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Pg/
+
+MAINTAINER= jfitz@FreeBSD.ORG
+
+BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \
+ ${PREFIX}/postgres95/lib/libpq.a:${PORTSDIR}/databases/postgres95
+
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include <bsd.port.mk>