Line 0
Link Here
|
|
|
1 |
# $FreeBSD$ |
2 |
|
3 |
PORTNAME= sispy |
4 |
PORTVERSION= 1.0.1 |
5 |
CATEGORIES= databases |
6 |
MASTER_SITES= https://github.com/sis-cmdb/sis-python/tarball/v${PORTVERSION}/ |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
|
9 |
MAINTAINER= vmiller@verisign.com |
10 |
COMMENT= Python client library for interacting with the SIS RESTful API |
11 |
|
12 |
WRKSRC= ${WRKDIR}/sis-cmdb-sis-python-2fd6a1f |
13 |
|
14 |
LICENSE= BSD3CLAUSE |
15 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
16 |
|
17 |
USES= python |
18 |
USE_PYTHON= autoplist distutils |
19 |
|
20 |
.include <bsd.port.mk> |