diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-04-20 21:26:49 +0000 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-04-20 21:26:49 +0000 |
commit | b9c36ee9039b91bc26680493bf4ce474a5d7b5eb (patch) | |
tree | 0eeccad7e3f3ae71747d8800d13ff2283bae82ff /devel/p5-Ioctl | |
parent | f73e2b070c804d20ed1b1667ecf870554e6c1b33 (diff) | |
download | FreeBSD-ports-b9c36ee9039b91bc26680493bf4ce474a5d7b5eb.zip FreeBSD-ports-b9c36ee9039b91bc26680493bf4ce474a5d7b5eb.tar.gz |
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 'devel/p5-Ioctl')
-rw-r--r-- | devel/p5-Ioctl/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/p5-Ioctl/Makefile b/devel/p5-Ioctl/Makefile index 4a9a857..74b8ea5 100644 --- a/devel/p5-Ioctl/Makefile +++ b/devel/p5-Ioctl/Makefile @@ -3,18 +3,14 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1996/11/18 08:46:06 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/20 13:52:16 wosch Exp $ # DISTNAME= Ioctl-0_7 PKGNAME= p5-Ioctl-0.7 CATEGORIES= devel perl5 -MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Ioctl/ \ - ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Ioctl/ \ - ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Ioctl/ \ - ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Ioctl/ \ - ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Ioctl/ \ - ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Ioctl/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Ioctl MAINTAINER= jfitz@FreeBSD.ORG |