mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
17 lines
242 B
Makefile
17 lines
242 B
Makefile
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>
|