19 lines
303 B
Makefile
19 lines
303 B
Makefile
# $OpenBSD: Makefile,v 1.13 2020/07/03 21:45:08 sthen Exp $
|
|
|
|
COMMENT= deferred and lazy evaluation
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
DISTNAME= Scalar-Defer-0.23
|
|
CATEGORIES= devel
|
|
REVISION= 0
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Exporter-Lite \
|
|
devel/p5-Class-InsideOut
|
|
|
|
.include <bsd.port.mk>
|