19 lines
269 B
Makefile
19 lines
269 B
Makefile
# $OpenBSD: Makefile,v 1.14 2020/07/03 21:45:19 sthen Exp $
|
|
|
|
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>
|