pkgsrc/devel/p5-Const-Fast/Makefile
sno e2ef482755 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
2011-11-15 16:57:26 +00:00

21 lines
657 B
Makefile

# $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"