1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/www/mod_fileiri/Makefile
Bernard Spil 88b492b029 Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
2018-03-11 17:38:45 +00:00

22 lines
362 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= mod_fileiri
PORTVERSION= 1.15
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= LOCAL/pgollucci
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DIST_SUBDIR= apache2
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache 2.x http IRIs module
#LICENSE= AL11
USES= apache:2.2+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
.include <bsd.port.mk>