Prune devel/rubygem-debugger-xml
[dports.git] / www / py-django-caching-app-plugins / Makefile
1 # Created by: Kevin Golding <ports@caomhin.org>
2 # $FreeBSD$
3
4 PORTNAME=       django-caching-app-plugins
5 PORTVERSION=    0.1.4
6 CATEGORIES=     www python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     ports@caomhin.org
11 COMMENT=        Django app for writing pluggable reusable django applications
12
13 LICENSE=        BSD3CLAUSE
14 LICENSE_FILE=   ${WRKSRC}/LICENSE.rst
15
16 BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:${PORTSDIR}/devel/py-setuptools_hg
17 RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
18
19 USES=   python
20 USE_PYTHON= distutils autoplist
21
22 .include <bsd.port.mk>