openbsd-ports/devel/p5-WeakRef/Makefile

22 lines
304 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $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
2012-08-23 11:00:32 -04:00
REVISION = 3
CATEGORIES = devel
# perl
PERMIT_PACKAGE_CDROM = Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c
MODULES = cpan
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
CPAN_AUTHOR = LUKKA
.include <bsd.port.mk>