freebsd-ports/www/py-django-app-plugins/Makefile
Ruslan Makhmatkhanov f1661b0973 www/py-django-app-plugins: convert to USES=python
- convert to USES=python
- limit python version to 2.x:
  """
  File "/usr/local/lib/python3.4/site-packages/app_plugins/models.py", line 24
    if not is_valid_label(name): raise RuntimeError, u"invalid label: " + name
                                                   ^
  SyntaxError: invalid syntax
  """

Approved by:	portmgr (blanket)
2014-10-18 19:04:10 +00:00

19 lines
508 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
USES= python:2
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>