aaa1885833
ok jasper@
25 lines
504 B
Makefile
25 lines
504 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:44:38 ajacoutot 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
|
|
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>
|