blob: 0242cd4d21fc74b149ae9cf411c798f58d36c151 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.4 2012/09/13 14:53:13 sno Exp $
DISTNAME= Const-Fast-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/Const-Fast/
COMMENT= Perl5 facility for creating read-only scalars, arrays, and hashes
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
DEPENDS+= p5-Sub-Exporter-Progressive-[0-9]*:../../devel/p5-Sub-Exporter-Progressive
PERL5_PACKLIST= auto/Const/Fast/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|