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 /www/p5-CGI-modules/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 'www/p5-CGI-modules/Makefile')
-rw-r--r-- | www/p5-CGI-modules/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-CGI-modules/Makefile b/www/p5-CGI-modules/Makefile index 49f749a5917d..17fadc08342e 100644 --- a/www/p5-CGI-modules/Makefile +++ b/www/p5-CGI-modules/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: p5-CGI -# Version required: 2.75 +# Version required: 2.76 # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1996/11/18 08:47:00 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/20 13:53:07 wosch Exp $ # -DISTNAME= CGI-modules-2.75 -PKGNAME= p5-CGI-2.75 +DISTNAME= CGI-modules-2.76 +PKGNAME= p5-CGI-2.76 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= CGI |