openbsd-ports/devel/p5-Internals/Makefile
simon 38c152a1a8 import p5-Internals, required for p5-PerlIO-via-dynamic since 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.

pointed out by and looks alright to sthen@
2008-10-01 22:51:13 +00:00

19 lines
362 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/10/01 22:51:13 simon Exp $
COMMENT = Write-protect variables, manipulate refcounts
SHARED_ONLY = Yes
MODULES = cpan
DISTNAME = Internals-1.1
CATEGORIES = devel
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
CPAN_AUTHOR = STBEY
.include <bsd.port.mk>