forked from Lainports/freebsd-ports
Changelog: https://github.com/sis-cmdb/sis-python/releases/tag/v1.1.0 Additional port changes: * Added missing dependency www/py-requests. * Removed USE_PYTHON=concurrent (not needed). * Added NO_ARCH=yes. * Changed WWW to the github home page. PR: 224807 Submitted by: Rick Miller <vmiller@hostileadmin.com> Approved by: vmiller@verisign.com (maintainer), tcberner (mentor, implicit)
21 lines
452 B
Makefile
21 lines
452 B
Makefile
# Created by: Rick Miller
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sispy
|
|
PORTVERSION= 1.1.0
|
|
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
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|