aaa1885833
ok jasper@
22 lines
394 B
Makefile
22 lines
394 B
Makefile
# $OpenBSD: Makefile,v 1.7 2010/12/03 11:44:35 ajacoutot Exp $
|
|
|
|
COMMENT= deferred and lazy evaluation
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
DISTNAME= Scalar-Defer-0.18
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Exporter-Lite \
|
|
devel/p5-Class-InsideOut
|
|
|
|
.include <bsd.port.mk>
|