mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
24 lines
550 B
Makefile
24 lines
550 B
Makefile
PORTNAME= mod_tidy
|
|
PORTVERSION= 0.5.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://mod-tidy.sourceforge.net/src/
|
|
DIST_SUBDIR= apache2
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= Validates the HTML output of your apache2 web server
|
|
WWW= https://mod-tidy.sourceforge.net/
|
|
|
|
LICENSE= APACHE20 MIT
|
|
LICENSE_COMB= multi
|
|
|
|
LIB_DEPENDS= libtidy.so:www/tidy-lib
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
|
USES= apache
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
AP_INC+= ${LOCALBASE}/include/tidy
|
|
AP_LIB+= ${LOCALBASE}/lib -ltidy
|
|
|
|
.include <bsd.port.mk>
|