Changes: 0.009 2011-11-27 19:47:19 Europe/Amsterdam Make sure the first argument comes in as a reference
21 lines
655 B
Makefile
21 lines
655 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/02/01 20:47:11 rhaen Exp $
|
|
|
|
DISTNAME= Const-Fast-0.009
|
|
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
|
|
|
|
PERL5_PACKLIST= auto/Const/Fast/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|