summaryrefslogtreecommitdiffstats
path: root/www/mod_geoip2/Makefile
blob: 919ac2b8b39051554ce4e42e8f4ff883e8c38ae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Created by: Jukka A. Ukkonen <jau@iki.fi>
# $FreeBSD$

PORTNAME=	mod_geoip2
PORTVERSION=	1.2.9
PORTREVISION=	1
CATEGORIES=	www geography
MASTER_SITES=	https://github.com/maxmind/geoip-api-mod_geoip2/archive/
DISTNAME=	${PORTVERSION}
DIST_SUBDIR=    mod_geoip2

MAINTAINER=	jau@iki.fi
COMMENT=	Apache module that provides the country code of the client IP

LICENSE=	APACHE20

BUILD_DEPENDS=	GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
RUN_DEPENDS=	GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP

USE_APACHE=	22
MODULENAME=	mod_geoip
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes
AP_INC+=	${LOCALBASE}/include
AP_LIB+=	${LOCALBASE}/lib -lGeoIP

WRKSRC=		${WRKDIR}/geoip-api-${PORTNAME}-${PORTVERSION}

SUB_FILES+=	pkg-message
PORTDOCS=	Changes INSTALL README.md README.php

post-install:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud