ports/www/py-django-appconf/Makefile
2014-10-18 19:01:59 +00:00

18 lines
347 B
Makefile

# $FreeBSD$
PORTNAME= django-appconf
PORTVERSION= 0.6
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Helper class for handling configuration defaults gracefully
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>