18 lines
301 B
Makefile
18 lines
301 B
Makefile
|
COMMENT= factory for Tree::Simple visitor objects
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME= Tree-Simple-VisitorFactory-0.10
|
||
|
REVISION= 4
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# Artistic
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
RUN_DEPENDS= devel/p5-Tree-Simple
|
||
|
TEST_DEPENDS=devel/p5-Test-Exception
|
||
|
|
||
|
MAKE_ENV= TEST_POD=Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|