1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/www/mod_macro2/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

36 lines
724 B
Makefile

# Ports collection makefile for: mod_macro2
# Date created: Sun Aug 8 2004
# Whom: clement
#
# $FreeBSD$
#
PORTNAME= mod_macro
PORTVERSION= 1.1.6
CATEGORIES= www
MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache 2.0.x module for use macros in config files
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
PORTSCOUT= limit:^1.1.6
USE_APACHE= 20
LATEST_LINK= mod_macro2
AP_FAST_BUILD= YES
AP_GENPLIST= YES
PORTDOCS= ${PORTNAME}.html
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>