19 lines
376 B
Makefile
19 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>
|