19 lines
312 B
Makefile
19 lines
312 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:21 espie 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
|
|
|
|
RUN_DEPENDS= devel/p5-Exporter-Lite \
|
|
devel/p5-Class-InsideOut
|
|
|
|
.include <bsd.port.mk>
|