pkgsrc/devel/p5-CPAN-DistnameInfo/Makefile
adam ef9b516099 Changes 0.12:
* Grok dist names ending with something numeric containing underscores

Changes 0.11:
* Remove potential -withoutworldwriteables suffix
2011-08-10 10:01:37 +00:00

18 lines
530 B
Makefile

# $NetBSD: Makefile,v 1.8 2011/08/10 10:01:37 adam Exp $
DISTNAME= CPAN-DistnameInfo-0.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/CPAN-DistnameInfo/
COMMENT= Perl 5 module to extract distname and version from distfile
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/CPAN/DistnameInfo/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"