pkgsrc/devel/p5-experimental/Makefile
2019-08-11 13:17:48 +00:00

17 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.16 2019/08/11 13:20:46 wiz Exp $
DISTNAME= experimental-0.020
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LE/LEONT/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/experimental
COMMENT= Replace functions with ones that succeed or die with lexical scope
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/experimental/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"