772509d355
---------------------- 0.013 2014-10-25 21:54:47+02:00 Europe/Amsterdam Rename lvalue_refs to refaliasing 0.012 2014-10-12 12:10:06+02:00 Europe/Amsterdam Added lvalue references feature 0.011 2014-09-27 14:08:47+02:00 Europe/Amsterdam Clarified which order to apply pragmas [Grant McLean] 0.010 2014-08-19 17:47:20+02:00 Europe/Amsterdam Add returning 1's to evals in tests 0.009 2014-08-16 13:43:53+02:00 Europe/Amsterdam Hardcode features for perl < 5.15.7 0.008 2014-07-05 13:58:28+02:00 Europe/Amsterdam Give better perl version formatting Fix smartmatch/switch description
17 lines
549 B
Makefile
17 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/02/18 12:56:28 mef Exp $
|
|
|
|
DISTNAME= experimental-0.013
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LE/LEONT/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/experimental/
|
|
COMMENT= Replace functions with ones that succeed or die with lexical scope
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/experimental/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build::Tiny
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|