13 lines
194 B
Makefile
13 lines
194 B
Makefile
|
COMMENT= cleans up HTML code for web browsers, not humans
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME= HTML-Clean-1.4
|
||
|
CATEGORIES= www
|
||
|
REVISION= 0
|
||
|
|
||
|
# Artistic
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|