pkgsrc/devel/p5-AtExit/Makefile
mef 18d315ec0d Update 2.01 to 2.02
-------------------
2.02 2014-04-06
    - Added a whole load of modules to SEE ALSO.

2.01_01 2014-04-03
    - Created testsuite based on old test script
    - Switched to Dist::Zilla
    - Moved AtExit.pm to lib/AtExit.pm
    - Added COPYRIGHT AND LICENSE section to pod
    - Added this Changes file
    - Added "use warnings"
2015-01-26 05:33:33 +00:00

16 lines
456 B
Makefile

# $NetBSD: Makefile,v 1.26 2015/01/26 05:33:33 mef Exp $
DISTNAME= AtExit-2.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AtExit/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/AtExit/
COMMENT= Provides an ANSI C style atexit() function to Perl programs
LICENSE= artistic
PERL5_PACKLIST= auto/AtExit/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"