11 lines
456 B
Makefile
11 lines
456 B
Makefile
# $NetBSD: Makefile.common,v 1.5 2001/12/03 17:51:14 wiz Exp $
|
|
|
|
DISTNAME= perl-${PERL5_DIST_VERS}
|
|
CATEGORIES+= perl5
|
|
MASTER_SITES+= ftp://gatekeeper.dec.com/pub/plan/perl/CPAN/src/5.0/maint/ \
|
|
ftp://ftp.cdrom.com/pub/perl/CPAN/src/5.0/maint/ \
|
|
ftp://ftp.funet.fi/pub/languages/perl/CPAN/src/5.0/maint/ \
|
|
ftp://ftp.ruhr-uni-bochum.de/mirrors/ftp.funet.fi/pub/languages/perl/CPAN/src/5.0/maint/
|
|
|
|
# version number on the distfile
|
|
PERL5_DIST_VERS= 5.6.1
|