19 lines
287 B
Makefile
19 lines
287 B
Makefile
|
COMMENT= parse, analyze and manipulate Perl
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME= PPI-HTML-1.08
|
||
|
REVISION= 2
|
||
|
CATEGORIES= textproc www
|
||
|
CPAN_AUTHOR= ADAMK
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
RUN_DEPENDS= textproc/p5-PPI \
|
||
|
www/p5-CSS-Tiny
|
||
|
|
||
|
MAKE_ENV= TEST_POD=Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|