openbsd-ports/devel/p5-Tree-Simple-VisitorFactory/Makefile
simon 95e78ad685 update my lastname
ok naddy@
2007-05-05 17:44:50 +00:00

24 lines
504 B
Makefile

# $OpenBSD: Makefile,v 1.4 2007/05/05 17:44:51 simon Exp $
COMMENT= "factory for Tree::Simple visitor objects"
MODULES= cpan
DISTNAME= Tree-Simple-VisitorFactory-0.10
PKGNAME= p5-${DISTNAME}p1
CATEGORIES= devel
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Tree-Simple
REGRESS_DEPENDS=::devel/p5-Test-Exception
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>