28 lines
646 B
Makefile
28 lines
646 B
Makefile
# Created by: Richard Gallamore <ultima@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= django-post_office
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.2.1
|
|
CATEGORIES= www python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ultima@FreeBSD.org
|
|
COMMENT= Django app to monitor and send mail asynchronously
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-jsonfield>=0:www/py-django-jsonfield@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
USE_LOCALE= en_US.UTF-8
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ui
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|