diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-04-20 21:26:49 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-04-20 21:26:49 +0000 |
commit | 06177253165b054cad2b7611f768c17f903aee98 (patch) | |
tree | 6dc02c49152e47fe18249702f3b47fb9aead996b /databases/p5-DBI-137/Makefile | |
parent | Add virtual category 'perl5'. (diff) |
Mass update of perl5 ports (most bring the port up-to-date with the latest release from CPAN)
Specifics: p5-Net fixed for IS_INTERACTIVE
p5-libwww fixed for IS_INTERACTIVE
Diffstat (limited to '')
-rw-r--r-- | databases/p5-DBI-137/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile index da890cbf5a7f..ef53ee393ea7 100644 --- a/databases/p5-DBI-137/Makefile +++ b/databases/p5-DBI-137/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: p5-DBI -# Version required: 0.73 +# Version required: 0.79 # Date created: October 17th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1996/11/17 03:18:35 obrien Exp $ +# $Id: Makefile,v 1.4 1997/04/20 13:51:45 wosch Exp $ # -DISTNAME= DBI-0.73 -PKGNAME= p5-DBI-0.73 +DISTNAME= DBI-0.79 +PKGNAME= p5-DBI-0.79 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI @@ -17,6 +17,9 @@ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +MAN3= DBI.3 DBI::W32ODBC.3 +MANPREFIX= ${PREFIX}/lib/perl5 + do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL |