freebsd-ports/www/py-django-countries/Makefile
Alfred Perlstein 6c5fcfa21d Add new port: py-django-countries
A Django application that provides country choices for use with
forms, flag icons static files, and a country field for models.

Differential Revision:  https://reviews.freebsd.org/D3808
2015-12-18 04:05:45 +00:00

18 lines
376 B
Makefile

# Created by: Alfred Perlstein <alfred@freebsd.org>
# $FreeBSD$
PORTNAME= django-countries
PORTVERSION= 3.4.1
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>