openbsd-ports/devel/p5-Data-Visitor/Makefile

27 lines
575 B
Makefile
Raw Normal View History

2011-04-16 17:03:19 -04:00
# $OpenBSD: Makefile,v 1.18 2011/04/16 21:03:19 sthen Exp $
2006-11-04 10:26:25 -05:00
COMMENT= visitor-style traversal of Perl data structures
2006-11-04 10:26:25 -05:00
MODULES= cpan
2011-04-16 17:03:19 -04:00
DISTNAME= Data-Visitor-0.27
CATEGORIES= devel
2006-11-04 10:26:25 -05:00
2007-05-05 13:44:50 -04:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
2006-11-04 10:26:25 -05:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2006-11-04 10:26:25 -05:00
2011-04-16 17:03:19 -04:00
RUN_DEPENDS= devel/p5-Data-Alias \
devel/p5-Moose>=0.89 \
devel/p5-Task-Weaken \
2010-11-15 14:45:56 -05:00
devel/p5-Tie-ToObject \
devel/p5-namespace-clean
2006-11-04 10:26:25 -05:00
2010-11-26 02:18:59 -05:00
REGRESS_DEPENDS=devel/p5-Test-MockObject>=1.04 \
2010-11-15 14:45:56 -05:00
devel/p5-Test-use-ok
2006-11-04 10:26:25 -05:00
.include <bsd.port.mk>