18 lines
301 B
Makefile
18 lines
301 B
Makefile
|
COMMENT= generate nice HTML files from HTML syntax trees
|
||
|
|
||
|
DISTNAME= HTML-PrettyPrinter-0.03
|
||
|
CATEGORIES= www textproc
|
||
|
REVISION= 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
|
||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||
|
RUN_DEPENDS= www/p5-HTML-Tagset \
|
||
|
www/p5-HTML-Tree
|
||
|
|
||
|
.include <bsd.port.mk>
|