1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/net/py-GeoIP2/Makefile
Olivier Cochard 206f85fd12 Update to 2.4.0
Approved by:	jadawin (mentor)
Differential Revision:	https://reviews.freebsd.org/D6839
2016-06-15 19:15:07 +00:00

28 lines
595 B
Makefile

# Created by: Olivier Cochard-Labbé <olivier@FreeBSD.org>
# $FreeBSD$
PORTNAME= GeoIP2
PORTVERSION= 2.4.0
DISTVERSIONPREFIX= v
CATEGORIES= net python geography
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= olivier@FreeBSD.org
COMMENT= MaxMind GeoIP2 Python API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maxminddb>=1.1.0:net/py-maxminddb \
${PYTHON_PKGNAMEPREFIX}requests>=2.4:www/py-requests
USE_GITHUB= yes
GH_ACCOUNT= maxmind
GH_PROJECT= GeoIP2-python
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>