17 lines
208 B
Makefile
17 lines
208 B
Makefile
|
COMMENT = API to the Perl weak references
|
||
|
|
||
|
DISTNAME = WeakRef-0.01
|
||
|
REVISION = 6
|
||
|
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
MODULES = cpan
|
||
|
CPAN_AUTHOR = LUKKA
|
||
|
|
||
|
.include <bsd.port.mk>
|