diff options
author | sno <sno@pkgsrc.org> | 2011-11-15 16:57:26 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2011-11-15 16:57:26 +0000 |
commit | e2ef4827557a0be34f8ddfb27e370e490a277152 (patch) | |
tree | b7d5b3765a4c156aff37484ecddc4c85f4b44ab7 /devel/p5-Const-Fast/Makefile | |
parent | 20871ffe3ef7525de35850bbab7d1335a9875765 (diff) | |
download | pkgsrc-e2ef4827557a0be34f8ddfb27e370e490a277152.tar.gz |
Importing package for CPAN module Const::Fast 0.008 into devel/p5-Const-Fast
as dependency of scheduled devel/p5-Method-Signatures import.
Const::Fast - Facility for creating read-only scalars, arrays, and hashes
Diffstat (limited to 'devel/p5-Const-Fast/Makefile')
-rw-r--r-- | devel/p5-Const-Fast/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/p5-Const-Fast/Makefile b/devel/p5-Const-Fast/Makefile new file mode 100644 index 00000000000..a37b1d08ade --- /dev/null +++ b/devel/p5-Const-Fast/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/11/15 16:57:26 sno Exp $ + +DISTNAME= Const-Fast-0.008 +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" |