pkgsrc/devel/p5-Exporter-Tiny/Makefile
mef b04b578507 Update 0.042 to 0.043.01
------------------------
0.043_01        2014-11-09
 [ Documentation ]
 - Restructure documentation.

 [ Other ]
 - Support { -as => CODE } to programatically rename functions.
2015-01-29 12:17:44 +00:00

17 lines
559 B
Makefile

# $NetBSD: Makefile,v 1.4 2015/01/29 12:17:44 mef Exp $
DISTNAME= Exporter-Tiny-0.043_01
PKGNAME= p5-${DISTNAME:S/_/./}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Exporter-Tiny/
COMMENT= Exporter with the features of Sub::Exporter but only core dependencies
LICENSE= gnu-gpl-v1 OR artistic
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Exporter/Tiny/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"