4409e0d430
------------------- 2.40 Fri Feb 7 23:44:00 BST 2015 - changelog fix ( thanks to Karen Etheridge <ether@cpan.org> ) 2.39 Fri Feb 6 23:44:00 BST 2015 - ported from Moose to Moo ( thanks to Olaf Alders <olaf@wundercounter.com> ) - github repo added to metadata ( thanks to Olaf Alders <olaf@wundercounter.com> ) 2.38 Mon Dec 3 14:57:00 BST 2012 - removed some dependency on hash ordering in the tests 2.37 Mon Jul 23 21:59:55 BST 2012 - Version bump to repackage due to issue installing using cpanm 2.36 Mon Jul 9 13:58:00 GMT+2 2012 - moved author tests to xt to avoid them being run on the user side
27 lines
927 B
Makefile
27 lines
927 B
Makefile
# $NetBSD: Makefile,v 1.9 2015/02/14 12:11:10 mef Exp $
|
|
#
|
|
|
|
DISTNAME= Parse-CPAN-Packages-2.40
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Parse/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Parse-CPAN-Packages/
|
|
COMMENT= Perl 5 module to parse 02packages.details.txt.gz
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Parse/CPAN/Packages/.packlist
|
|
|
|
DEPENDS+= p5-Archive-Peek-[0-9]*:../../archivers/p5-Archive-Peek
|
|
DEPENDS+= p5-CPAN-DistnameInfo-[0-9]*:../../devel/p5-CPAN-DistnameInfo
|
|
DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
|
|
DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
|
|
DEPENDS+= p5-PPI-[0-9]*:../../devel/p5-PPI
|
|
DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
|
|
|
|
BUILD_DEPENDS+= p5-Test-InDistDir-[0-9]*:../../devel/p5-Test-InDistDir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|