freebsd-ports/www/py-django-app-plugins/Makefile
Martin Wilke 1e9935523c - Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
2014-01-29 15:27:52 +00:00

20 lines
524 B
Makefile

# Created by: Kevin Golding <ports@caomhin.org>
# $FreeBSD$
PORTNAME= django-app-plugins
PORTVERSION= 0.1.1
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@caomhin.org
COMMENT= Reusable django application for writing pluggable reusable django applications
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>