mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
e034610ff2
Reported by: pkg-fallout
20 lines
396 B
Makefile
20 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>
|