15 lines
255 B
Makefile
15 lines
255 B
Makefile
# $OpenBSD: Makefile,v 1.12 2020/07/03 21:45:59 sthen Exp $
|
|
|
|
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>
|