diff options
Diffstat (limited to 'lang/perl5-current/Makefile')
-rw-r--r-- | lang/perl5-current/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lang/perl5-current/Makefile b/lang/perl5-current/Makefile index 0285f9636e3..51f58e2a4da 100644 --- a/lang/perl5-current/Makefile +++ b/lang/perl5-current/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2000/08/15 00:38:40 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/27 20:55:56 jlam Exp $ # FreeBSD Id: Makefile,v 1.20 1997/07/18 06:16:44 markm Exp # DISTNAME= perl-${PERL_VERSION} +PKGNAME= perl-${PERL_VERSION}nb1 PERL_VERSION= 5.6.0 CATEGORIES= lang devel perl5 MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/src/5.0/ \ @@ -44,6 +45,13 @@ test: post-patch: cd ${WRKSRC}/ext/DynaLoader/hints && ${CP} -f openbsd.pl netbsd.pl +# Remove several modules which are externally available and don't need to be +# part of the base perl distribution. +# +pre-configure: + cd ${WRKSRC}/ext; ${RM} -rf Data Devel GDBM_File + cd ${WRKSRC}/utils; ${RM} -f dprofpp.PL + post-install: @strip ${PREFIX}/bin/a2p @strip ${PREFIX}/bin/perl |