openbsd-ports/devel/p5-Scalar-Defer/Makefile
jasper bd26bf1edc - update p5-Scalar-Defer to 0.18
*includes fixes for regression tests with perl 5.10
2008-10-03 10:31:55 +00:00

20 lines
367 B
Makefile

# $OpenBSD: Makefile,v 1.4 2008/10/03 10:31:55 jasper Exp $
COMMENT= deferred and lazy evaluation
MODULES= cpan
DISTNAME= Scalar-Defer-0.18
CATEGORIES= devel
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Exporter-Lite \
::devel/p5-Class-InsideOut
.include <bsd.port.mk>