pkgsrc/devel/p5-Exporter-Lite/Makefile
wiz 5f7070961a Update to 0.06:
0.06 2014-07-29
    - Improved the abstract - explicit mention that functions are supported
    - Improved the SYNOPSIS - split into separate code blocks
    - Improved the DESCRIPTION. Made clearer that as soon as you specify
      an import symbol, you have to also specify any you want from @EXPORT.
    - Removed the BUGS and CAVEATS section from the doc; it was just being
      self-deprecating about whether it deserved the "lite" moniker.
2014-08-13 19:45:09 +00:00

17 lines
510 B
Makefile

# $NetBSD: Makefile,v 1.10 2014/08/13 19:45:09 wiz Exp $
DISTNAME= Exporter-Lite-0.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exporter/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Exporter-Lite/
COMMENT= Perl 5 module providing lightweight exporting of variables
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Exporter/Lite/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"