forked from Lainports/freebsd-ports
19 lines
396 B
Makefile
19 lines
396 B
Makefile
# Created by: Rick Miller
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sispy
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= vmiller@verisign.com
|
|
COMMENT= Python client library for interacting with the SIS RESTful API
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
# Python 2.6+, 3.4+
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|