diff options
Diffstat (limited to 'lang/perl5/Makefile')
-rw-r--r-- | lang/perl5/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index c740fc1313a..fcca5bc2cd6 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.8 1998/04/15 10:38:29 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/04/20 11:56:25 frueauf Exp $ # FreeBSD Id: Makefile,v 1.20 1997/07/18 06:16:44 markm Exp # -DISTNAME= perl5.004_04 -PKGNAME= perl-5.00404 -CATEGORIES= lang devel perl5 -MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/src/5.0/ \ - ftp://ftp.cdrom.com/pub/perl/CPAN/src/5.0/ +DISTNAME= perl5.004_04 +PKGNAME= perl-5.00404 +CATEGORIES= lang devel perl5 +MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/src/5.0/ \ + ftp://ftp.cdrom.com/pub/perl/CPAN/src/5.0/ -MAINTAINER= markm@FreeBSD.ORG +MAINTAINER= packages@netbsd.org -OPSYS!= uname -s -LOPSYS!= echo ${OPSYS}|tr [A-Z] [a-z] +OPSYS!= uname -s +LOPSYS!= echo ${OPSYS}|tr [A-Z] [a-z] HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} \ |