mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
17 lines
367 B
Makefile
17 lines
367 B
Makefile
# 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>
|