freebsd-ports/www/py-django-signals-ahoy/Makefile
Dmitry Marakasov 8fe6de265f - Update to 0.1-3
- Switch to CHEESESHOP mirrors
- Add LICENSE, NO_ARCH

PR:		202835
Submitted by:	ports@caomhin.org (maintainer)
2015-09-03 13:54:58 +00:00

22 lines
572 B
Makefile

# Created by: Kevin Golding <ports@caomhin.org>
# $FreeBSD$
PORTNAME= django-signals-ahoy
PORTVERSION= 0.1.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP/source/d/${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION:C/([[:digit:]]\.[[:digit:]])\./\1-/g}
MAINTAINER= ports@caomhin.org
COMMENT= Extended set of signals for use by Django apps
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>