freebsd-ports/www/mod_macro22/Makefile
Olli Hauer 63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00

37 lines
807 B
Makefile

# Ports collection makefile for: mod_macro22
# Date created: 31 May 2008
# Whom: Lukasz Wasikowski <lukasz@wasikowski.net>
#
# $FreeBSD$
#
PORTNAME= mod_macro
PORTVERSION= 1.1.11
CATEGORIES= www
MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/
MAINTAINER= lukasz@wasikowski.net
COMMENT= Apache 2.2.x module for use macros in config files
LICENSE= mod_macro
LICENSE_NAME= mod_macro license (apache with postcard request)
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
MAKE_JOBS_SAFE= yes
USE_APACHE= 22
LATEST_LINK= mod_macro22
AP_FAST_BUILD= yes
AP_GENPLIST= yes
PORTDOCS= ${PORTNAME}.html
PORTSCOUT= limit:^1\.1\.
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/
.endif
.include <bsd.port.mk>