15 lines
223 B
Makefile
15 lines
223 B
Makefile
COMMENT = Write-protect variables, manipulate refcounts
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Internals-1.1
|
|
REVISION = 5
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
CPAN_AUTHOR = STBEY
|
|
|
|
.include <bsd.port.mk>
|