Line 0
Link Here
|
|
|
1 |
# Created by Rick Miller |
2 |
# $FreeBSD$ |
3 |
|
4 |
PORTNAME= sispy |
5 |
PORTVERSION= 1.0.1 |
6 |
DISTVERSIONPREFIX=v |
7 |
CATEGORIES= databases python |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
|
10 |
MAINTAINER= vmiller@verisign.com |
11 |
COMMENT= Python client library for interacting with the SIS RESTful API |
12 |
|
13 |
LICENSE= BSD3CLAUSE |
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
15 |
|
16 |
USE_GITHUB= yes |
17 |
GH_ACCOUNT= sis-cmdb |
18 |
GH_PROJECT= sis-python |
19 |
GH_TAGNAME= ${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} |
20 |
|
21 |
# Python 2.6+, 3.4+ |
22 |
USES= python |
23 |
USE_PYTHON= autoplist distutils concurrent |
24 |
|
25 |
.include <bsd.port.mk> |