pkgsrc/devel/p5-Importer/Makefile
wiz bb12782781 Import p5-Importer-0.024 as devel/p5-Importer.
This module acts as a layer between Exporter and modules which
consume exports. It is feature-compatible with Exporter, plus some
much needed extras. You can use this to import symbols from any
exporter that follows Exporters specification. The exporter modules
themselves do not need to use or inherit from the Exporter module,
they just need to set @EXPORT and/or other variables.
2016-11-07 10:36:06 +00:00

16 lines
476 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/11/07 10:36:06 wiz Exp $
DISTNAME= Importer-0.024
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EX/EXODIST/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Importer/
COMMENT= Perl5 module for exporting symbols
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Importer/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"