diff options
Diffstat (limited to 'www/py-django-app-plugins/Makefile')
-rw-r--r-- | www/py-django-app-plugins/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/www/py-django-app-plugins/Makefile b/www/py-django-app-plugins/Makefile deleted file mode 100644 index e0667b0fa72d..000000000000 --- a/www/py-django-app-plugins/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# 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> |