freebsd-ports/devel/py-resource/Makefile
Steve Wills 9deab24084 devel/py-easyconfig: rename to proper name
While here:

* clean up
* take maintainership
* update dependency in devel/py-resource
* clean up devel/py-resource
* take maintainership of devel/py-resource

Reported by:	koobs
2019-01-28 14:29:11 +00:00

23 lines
623 B
Makefile

# $FreeBSD$
PORTNAME= resource
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Resource-${PORTVERSION}
MAINTAINER= swills@FreeBSD.org
COMMENT= Library concentrated on the Resource layer of RESTful APIs
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonform>=0.0.2:devel/py-jsonform@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonsir>=0.0.2:devel/py-jsonsir@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-easyconfig>=0.1.0:devel/py-python-easyconfig@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>