diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-24 07:52:52 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-24 07:52:52 +0800 |
commit | 2c42043bb6cd23cdabd49d817b19ef6e4b340e79 (patch) | |
tree | 276b2e31b7b9b85903e6440e19bae966d3926965 /databases/p5-DBI/Makefile | |
parent | 307473f8a92d4fb2bdb4f64b3b5d8af8968eae4d (diff) | |
download | freebsd-ports-gnome-2c42043bb6cd23cdabd49d817b19ef6e4b340e79.tar.gz freebsd-ports-gnome-2c42043bb6cd23cdabd49d817b19ef6e4b340e79.tar.zst freebsd-ports-gnome-2c42043bb6cd23cdabd49d817b19ef6e4b340e79.zip |
Import of module for generic access to databases in perl5.
Diffstat (limited to 'databases/p5-DBI/Makefile')
-rw-r--r-- | databases/p5-DBI/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile new file mode 100644 index 000000000000..758f0586d295 --- /dev/null +++ b/databases/p5-DBI/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-DBI +# Version required: 0.73 +# Date created: October 17th 1996 +# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= DBI-0.73 +PKGNAME= p5-DBI-0.73 +CATEGORIES+= databases +MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/DBI/ \ + ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/DBI/ \ + ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/DBI/ \ + ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/DBI/ \ + ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/DBI/ \ + ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/DBI/ + +MAINTAINER= jfitz@FreeBSD.ORG + +BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include <bsd.port.mk> |