diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-24 07:59:20 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-24 07:59:20 +0800 |
commit | 04d2b46946ef8a91df260f4810e3792a691a48f9 (patch) | |
tree | 1a66febe8f1bfc9d18727be19ed85c22d4605aa4 /databases/p5-Pg/Makefile | |
parent | 7323f7acdcf7f3720a13570ac7f7a959fb1645d5 (diff) | |
download | freebsd-ports-gnome-04d2b46946ef8a91df260f4810e3792a691a48f9.tar.gz freebsd-ports-gnome-04d2b46946ef8a91df260f4810e3792a691a48f9.tar.zst freebsd-ports-gnome-04d2b46946ef8a91df260f4810e3792a691a48f9.zip |
an interface between perl5 and the database Postgres95.
Diffstat (limited to 'databases/p5-Pg/Makefile')
-rw-r--r-- | databases/p5-Pg/Makefile | 27 |
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> |