22 lines
304 B
Makefile
22 lines
304 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:24 espie Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = API to the Perl weak references
|
|
|
|
DISTNAME = WeakRef-0.01
|
|
REVISION = 3
|
|
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MODULES = cpan
|
|
USE_GROFF = Yes
|
|
CPAN_AUTHOR = LUKKA
|
|
|
|
.include <bsd.port.mk>
|