1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/databases/py-sispy/Makefile
Antoine Brodin e034610ff2 Unbreak, the tarball doesn't have a license file
Reported by:	pkg-fallout
2017-07-22 09:52:39 +00:00

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>