freebsd-ports/databases/py-pypuppetdb/Makefile
Allan Jude e932e9aa37 Create the pypuppetdb port, a python library for interacting with the PuppetDB REST API
A required dependancy of puppetboard

Differential Revision:	https://reviews.freebsd.org/D2671
Approved by:	xmj
Sponsored by:	ScaleEngine Inc.
2015-06-01 16:15:33 +00:00

21 lines
394 B
Makefile

# $FreeBSD$
PORTNAME= pypuppetdb
PORTVERSION= 0.1.1
DISTVERSIONPREFIX= v
CATEGORIES= databases python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= allanjude@FreeBSD.org
COMMENT= Library to work with PuppetDB's REST API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= puppet-community
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>