blob: 9f72f2debaa700792edf3410f9b136522f4a41ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $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
|