1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/www/mod_layout2/Makefile
Philip M. Gollucci 9d1867f504 - Corresponding to www/apache20 deprecation, deprecate ports
that only build with www/apache20 (2.0.x)

With Hat:   apache
2010-12-12 08:44:49 +00:00

40 lines
851 B
Makefile

# New ports collection makefile for: mod_layout Apache 2 module
# Date created: Nov 15 2002
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
#
PORTNAME= mod_layout
PORTVERSION= 4.1
CATEGORIES= www
MASTER_SITES= http://download.tangent.org/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache2 module to wrap served pages with a header and/or footer
MAKE_JOBS_SAFE= yes
DEPRECATED= will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
EXPIRATION_DATE= 2011-05-01
LATEST_LINK= mod_layout2
CONFLICTS= mod_layout-3.* mod_layout-5.*
PORTSCOUT= limit:4^
USE_APACHE= 20
AP_FAST_BUILD= yes
AP_GENPLIST= yes
PORTDOCS= README
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
.endif
.include <bsd.port.mk>