12 lines
496 B
Text
12 lines
496 B
Text
# $NetBSD: Makefile.common,v 1.6 2003/03/18 10:06:26 heinz Exp $
|
|
|
|
DISTNAME= perl-${PERL5_DIST_VERS}
|
|
CATEGORIES+= perl5
|
|
MASTER_SITES+= ftp://cpan.teleglobe.net/pub/CPAN/src/5.0/maint/ \
|
|
ftp://perl.secsup.org/pub/perl/src/5.0/maint/ \
|
|
ftp://ftp.lug.udel.edu/pub/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
|