blob: 153ef1107fe3c642d8274c7fb2ed7e4d01af04fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.15 2019/06/30 20:16:04 nia Exp $
DISTNAME= experimental-0.020
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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"
|