1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/mod_geoip2/Makefile
Danilo Egea Gondolfo 0a801f2a11 - Update from 1.2.8 to 1.2.9
PR:		ports/191553
Submitted by:	jau789@gmail.com
2014-07-04 02:07:35 +00:00

36 lines
865 B
Makefile

# Created by: Jukka A. Ukkonen <jau@iki.fi>
# $FreeBSD$
PORTNAME= mod_geoip2
PORTVERSION= 1.2.9
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>