- trim Makefile header - remove indefinite article from COMMENT - change USE_PYTHON to ``yes'' (python3 is now supported too) - tab -> space change in pkg-descr:WWW Reported by: portscout
20 lines
422 B
Makefile
20 lines
422 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= django-appconf
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Helper class for handling configuration defaults gracefully
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= ${PORTNAME:S/-/_/}
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
.include <bsd.port.mk>
|