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

28 lines
632 B
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.15 2010/11/15 19:46:02 espie 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
2009-06-19 08:10:05 -04:00
DISTNAME= Data-Visitor-0.25
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
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
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-Class-Accessor \
devel/p5-Data-Alias \
p5-Any-Moose->=0.09:devel/p5-Any-Moose \
devel/p5-Tie-ToObject \
devel/p5-namespace-clean
2006-11-04 10:26:25 -05:00
2010-11-15 14:45:56 -05:00
REGRESS_DEPENDS=p5-Test-MockObject->=1.04:devel/p5-Test-MockObject \
devel/p5-Test-use-ok
2006-11-04 10:26:25 -05:00
.include <bsd.port.mk>