2010-12-03 11:44:22 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2010/12/03 11:44:35 ajacoutot Exp $
|
2006-11-12 16:28:53 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= deferred and lazy evaluation
|
2006-11-12 16:28:53 +00:00
|
|
|
|
|
|
|
MODULES= cpan
|
2010-10-18 17:47:50 +00:00
|
|
|
USE_GROFF = Yes
|
2006-11-12 16:28:53 +00:00
|
|
|
|
2008-10-03 10:31:55 +00:00
|
|
|
DISTNAME= Scalar-Defer-0.18
|
2010-12-03 11:44:22 +00:00
|
|
|
REVISION= 0
|
2006-11-12 16:28:53 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
# MIT
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-15 19:45:56 +00:00
|
|
|
RUN_DEPENDS= devel/p5-Exporter-Lite \
|
|
|
|
devel/p5-Class-InsideOut
|
2006-11-12 16:28:53 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|