aaa1885833
ok jasper@
23 lines
374 B
Makefile
23 lines
374 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/12/03 11:44:38 ajacoutot Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = API to the Perl weak references
|
|
|
|
DISTNAME = WeakRef-0.01
|
|
REVISION = 2
|
|
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
USE_GROFF = Yes
|
|
CPAN_AUTHOR = LUKKA
|
|
|
|
.include <bsd.port.mk>
|