Prune sysutils/rubygem-smart_proxy_salt
[dports.git] / www / mod_tidy / Makefile
1 # Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
2 # $FreeBSD$
3
4 PORTNAME=       mod_tidy
5 PORTVERSION=    0.5.5
6 PORTREVISION=   1
7 CATEGORIES=     www
8 MASTER_SITES=   http://mod-tidy.sourceforge.net/src/
9 DIST_SUBDIR=    apache2
10
11 MAINTAINER=     apache@FreeBSD.org
12 COMMENT=        Validates the HTML output of your apache2 webserver
13
14 LICENSE=        APACHE20 MIT
15 LICENSE_COMB=   multi
16
17 LIB_DEPENDS=    libtidy.so:${PORTSDIR}/www/tidy-lib
18
19 WRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
20 USE_APACHE=     22+
21 AP_FAST_BUILD=  yes
22 AP_GENPLIST=    yes
23 AP_INC+=        ${LOCALBASE}/include/tidy
24 AP_LIB+=        ${LOCALBASE}/lib -ltidy
25
26 .include <bsd.port.mk>