f281e6f194
Perl module: CPAN::ParseDistribution: Given a file from the BackPAN, this will let you find out what versions of what modules it contains, the distribution name and version.
18 lines
536 B
Makefile
18 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/02/01 08:49:39 mef Exp $
|
|
#
|
|
|
|
DISTNAME= CPAN-ParseDistribution-1.52
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/CPAN-ParseDistribution/
|
|
COMMENT= Index a file from the BackPAN to give name and version of the distr'n
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/CPAN/ParseDistribution/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|