19 lines
303 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2020/07/03 21:45:08 sthen Exp $
2006-11-12 16:28:53 +00:00
COMMENT= deferred and lazy evaluation
2006-11-12 16:28:53 +00:00
MODULES= cpan
PKG_ARCH= *
2006-11-12 16:28:53 +00:00
DISTNAME= Scalar-Defer-0.23
2006-11-12 16:28:53 +00:00
CATEGORIES= devel
REVISION= 0
2006-11-12 16:28:53 +00:00
# MIT
PERMIT_PACKAGE= Yes
2006-11-12 16:28:53 +00:00
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>