e8ed148ab9
devel/p5-Parse-CPAN-Packages from 2.31nb2 to 2.35. pkgsrc changes: - import archivers/p5-Archive-Peek and adjust dependency information Upstream changes: 2.35 Mon Sep 12 21:47:00 GMT+2 2011 - added rudimentary logic to return the subs in a package, as well as verify via regex whether a given sub is in the package 2.34 Tue Aug 30 15:03:00 GMT+2 2011 - added methods to the generated objects to try and retrieve dist contents from a local cpan mirror - some refactoring/cleanup with no functional changes 2.33 Sun Dec 27 10:42:59 GMT+2 2010 - updated documentation - explanation on how to use local cpan cache ( thanks to Slaven Rezić <SREZIC@cpan.org> ) - spelling and package name fixes (Phillip Moore <w.phillip.moore@gmail.com>) - improved memory use a bit by eleminating temp variable (thanks to Chris 'BinGOs' Williams <chris@bingosnet.co.uk>) 2.32 Sun Dec 26 14:02:59 GMT+2 2010 - better windows compatibility (thanks to Vincent Pit <perl@profvince.com>)
29 lines
962 B
Makefile
29 lines
962 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/03/22 16:17:41 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Parse-CPAN-Packages-2.35
|
|
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}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|