freebsd-ports/devel/py-country/Makefile
2016-02-04 14:10:01 +00:00

17 lines
399 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= country
PORTVERSION= 1.20
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pycountry-${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= Python API for ISO country, subdivision, language and currency
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>