summaryrefslogtreecommitdiff
path: root/www/py-django-app-plugins/Makefile
blob: e0667b0fa72d7f757a4db3a7a723a1d7e43294fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Kevin Golding <ports@caomhin.org>
# $FreeBSD$

PORTNAME=	django-app-plugins
PORTVERSION=	0.1.1
PORTREVISION=	2
CATEGORIES=	www python
MASTER_SITES=	GOOGLE_CODE
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@caomhin.org
COMMENT=	Reusable django application for writing pluggable reusable django applications

BROKEN=		Unfetchable (google code has gone away)
DEPRECATED=	Unfetchable for more than six months (google code has gone away)
EXPIRATION_DATE=	2017-04-30

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18

USES=		python:2
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>