mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 00:39:15 -04:00
18 lines
347 B
Makefile
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>
|