pkgsrc/devel/p5-CPAN-Mini/Makefile
wen 48e43956b1 Import CPAN-Mini-1.111015 as devel/p5-CPAN-Mini.
CPAN::Mini provides a simple mechanism to build and update a minimal
mirror of the CPAN on your local disk.  It contains only those files
needed to install the newest version of every distribution.
2014-04-26 16:02:15 +00:00

20 lines
578 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/04/26 16:02:15 wen Exp $
DISTNAME= CPAN-Mini-1.111015
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
MAINTAINER= wen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/CPAN-Mini/
COMMENT= Create a minimal mirror of CPAN
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-File-HomeDir>=0.57:../../devel/p5-File-HomeDir
DEPENDS+= p5-libwww>=5:../../www/p5-libwww
DEPENDS+= p5-URI>=1:../../www/p5-URI
PERL5_PACKLIST= auto/CPAN/Mini/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"