pkgsrc/devel/p5-Readonly-XS/Makefile
seb 03659fb01e Initial import of p5-Readonly-XS version 1.04 into The NetBSD
Packages Collection.

The Perl 5 module Readonly::XS is a companion module to the Readonly
module.  You do not use Readonly::XS directly.  Instead, once it
is installed, the Readonly module will detect this and will use it
for creating read-only scalars.  This results in a significant
speed improvement.  This does not speed up read-only arrays or
hashes.
2007-05-09 02:58:14 +00:00

18 lines
499 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/05/09 02:58:14 seb Exp $
#
DISTNAME= Readonly-XS-1.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Readonly/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Readonly-XS/
COMMENT= Perl 5 companion module to the Readonly module
DEPENDS+= p5-Readonly>=1.02:../../devel/p5-Readonly
PERL5_PACKLIST= auto/Readonly/XS/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"