38c152a1a8
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@
19 lines
362 B
Makefile
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>
|