freebsd-ports/www/py-spyne/Makefile
Sunpoet Po-Chuan Hsieh 8846a468fb Relax USES=python
- Specify UTF-8 encoding for the UTF-8 character in CHANGELOG.rst
- Bump PORTREVISION for package change
2017-12-30 18:16:10 +00:00

22 lines
489 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= spyne
PORTVERSION= 2.12.14
PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Transport and architecture agnostic RPC library
LICENSE= LGPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${FLAVOR}
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>