diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-04-21 05:26:49 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-04-21 05:26:49 +0800 |
commit | b9c36ee9039b91bc26680493bf4ce474a5d7b5eb (patch) | |
tree | 0eeccad7e3f3ae71747d8800d13ff2283bae82ff /databases/p5-DBI/Makefile | |
parent | f73e2b070c804d20ed1b1667ecf870554e6c1b33 (diff) | |
download | freebsd-ports-gnome-b9c36ee9039b91bc26680493bf4ce474a5d7b5eb.tar.gz freebsd-ports-gnome-b9c36ee9039b91bc26680493bf4ce474a5d7b5eb.tar.zst freebsd-ports-gnome-b9c36ee9039b91bc26680493bf4ce474a5d7b5eb.zip |
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 'databases/p5-DBI/Makefile')
-rw-r--r-- | databases/p5-DBI/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index da890cbf5a7f..ef53ee393ea7 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/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 |