Files
pkgsrc-ng/devel/p5-Sub-Exporter-Progressive/Makefile
2016-11-18 22:39:22 +01:00

20 lines
572 B
Makefile

# $NetBSD: Makefile,v 1.11 2016/08/24 05:59:23 wiz Exp $
DISTNAME= Sub-Exporter-Progressive-0.001012
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
MAINTAINER= wen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Sub-Exporter-Progressive/
COMMENT= Only use Sub::Exporter if you need it
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Sub/Exporter/Progressive/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"