4aa578df8f
p5-PerlIO-via-dynamic when using perl-5.10. This module allows you to write-protect and write-enable your Perl variables, objects and data structures. Moreover, the reference count of any Perl variable can be read and set.
22 lines
617 B
Makefile
22 lines
617 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/10/19 09:46:45 apb Exp $
|
|
#
|
|
|
|
DISTNAME= Internals-1.1
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Internals/} # XXX doesn't work
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Internals/
|
|
COMMENT= Write-protect Perl variables, manipulate refcounts
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_MODULE_TYPE= MakeMaker
|
|
PERL5_PACKLIST= auto/Internals/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|