929ffc4b64
PR: 241330 Submitted by: Rick <vrwmiller@gmail.com> (maintainer)
22 lines
454 B
Makefile
22 lines
454 B
Makefile
# Created by: Rick Miller
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sispy
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= vrwmiller@gmail.com
|
|
COMMENT= Python client library for interacting with the SIS RESTful API
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|