aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-countries/Makefile
blob: 5845ad8c17bc327431d2a124cec0e188eef10c29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Alfred Perlstein <alfred@freebsd.org>

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:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>