openbsd-ports/devel/p5-Tree-Simple-VisitorFactory/Makefile
2013-03-11 10:50:00 +00:00

22 lines
420 B
Makefile

# $OpenBSD: Makefile,v 1.10 2013/03/11 10:50:23 espie Exp $
COMMENT= factory for Tree::Simple visitor objects
MODULES= cpan
DISTNAME= Tree-Simple-VisitorFactory-0.10
REVISION= 2
CATEGORIES= devel
USE_GROFF = Yes
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= devel/p5-Tree-Simple
TEST_DEPENDS=devel/p5-Test-Exception
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>