freebsd-ports/www/py-django-appconf/Makefile
Ruslan Makhmatkhanov 12dba7a433 - update to 0.6
- 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
2013-02-12 18:29:55 +00:00

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>