26 lines
494 B
Makefile
Raw Normal View History

COMMENT= validate, correct and pretty-print HTML
V= 1.04
DISTNAME= tidyp-$V
REVISION= 3
EPOCH= 0
SHARED_LIBS += tidyp-$V 0.0 # 0.0
SHARED_LIBS += tidyp 0.0 # 0.0
CATEGORIES= www
HOMEPAGE= https://github.com/petdance/tidyp
# BSD-like, badly worded
PERMIT_PACKAGE= Yes
WANTLIB= c
MASTER_SITES= https://github.com/downloads/petdance/tidyp/
CONFIGURE_STYLE=gnu
# Upstream references a non-existing test script...
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
.include <bsd.port.mk>