pkgsrc/devel/p5-Carp-Assert/Makefile
mef 8efc3991fc Update to 0.21
--------------
0.21 2014-06-25
    - Fixed typos in pod. RT#95017 - thanks Daniel Lintott.
    - Added links to a number of modules in SEE ALSO.
    - Added links to wikipedia page on assert.h
    - Added github repo to dist metadata and pod
    - Add "use warnings" and bumped min perl version to 5.6.0
    - Added license type to dist metadata via Makefile.PL
    - Add TEST_REQUIRES if your EU::MM supports it, otherwise
      add them to PREREQ_PM
    - Reformatted Changes as per CPAN::Changes::Spec
2015-01-26 07:20:48 +00:00

16 lines
478 B
Makefile

# $NetBSD: Makefile,v 1.18 2015/01/26 07:20:48 mef Exp $
DISTNAME= Carp-Assert-0.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Carp/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/search?dist=Carp-Assert
COMMENT= Executable comments like the ANSI C library assert.h
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Carp/Assert/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"