2d128c36c2
* Update MANIFEST for regened base/todo files 3.27 - 2015-01-13 * Regen base and todo files. * Fix isASCII and isCNTRL for <5.6.0 * Other minor fixups. (Thanks to mhx for all of the work on this release) 3.26 - 2015-01-07 * Silence some warnings on compilation in perl core (Thanks to Dave M. for patches) 3.25 - 2014-12-02 * Add caller_cx (works back to Perl 5.6.0) (Thanks to Ben Morrow for patch) * Silence compiler and coverity warnings (Thanks to jhi for patches)
17 lines
495 B
Makefile
17 lines
495 B
Makefile
# $NetBSD: Makefile,v 1.15 2015/01/29 05:18:44 mef Exp $
|
|
|
|
DISTNAME= Devel-PPPort-3.28
|
|
PKGNAME= p5-${DISTNAME:S/_/./}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Devel-PPPort/
|
|
COMMENT= Perl5 module to bring newer features to older perl
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Devel/PPPort/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|