bd26bf1edc
*includes fixes for regression tests with perl 5.10
20 lines
367 B
Makefile
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>
|