freebsd-ports/www/py-django-countries/Makefile
Alfred Perlstein 6af0c0ed39 update django-countries to 5.3
Reviewed by:	sbruno
2018-05-21 08:05:00 +00:00

18 lines
374 B
Makefile

# Created by: Alfred Perlstein <alfred@freebsd.org>
# $FreeBSD$
PORTNAME= django-countries
PORTVERSION= 5.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alfred@FreeBSD.org
COMMENT= Provides country choices for use with django
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>