1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/www/py-django-caching-app-plugins/Makefile
Martin Wilke b662c38326 - Stage support
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION
2014-01-29 13:21:31 +00:00

26 lines
683 B
Makefile

# Created by: Kevin Golding <ports@caomhin.org>
# $FreeBSD$
PORTNAME= django-caching-app-plugins
PORTVERSION= 0.1.3
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= http://www.caomhin.org/ports/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@caomhin.org
COMMENT= Django app for writing pluggable reusable django applications
LICENSE= BSD
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:${PORTSDIR}/devel/py-setuptools_hg
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
WRKSRC= ${WRKDIR}/bkroeze-django-caching-app-plugins-tip
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>