17 lines
286 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2015/01/23 11:00:49 benoit Exp $
2006-11-12 16:28:53 +00:00
COMMENT= deferred and lazy evaluation
2006-11-12 16:28:53 +00:00
MODULES= cpan
DISTNAME= Scalar-Defer-0.23
2006-11-12 16:28:53 +00:00
CATEGORIES= devel
# MIT
PERMIT_PACKAGE_CDROM= 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>