1b0994ee1e
With hat: python@
22 lines
583 B
Makefile
22 lines
583 B
Makefile
# Created by: John Hixson <john@ixsystems.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= django-simple-captcha
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= john@ixsystems.com
|
|
COMMENT= Simple, yet powerful, Django captcha application
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.3:${PORTSDIR}/www/py-django \
|
|
${PYTHON_PKGNAMEPREFIX}pillow>=2.0.0:${PORTSDIR}/graphics/py-pillow \
|
|
${PYTHON_PKGNAMEPREFIX}six>=1.2.0:${PORTSDIR}/devel/py-six
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|