mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
f0f341ab9d
Release notes: https://github.com/voxpupuli/pypuppetdb/releases/tag/v0.3.3 While here, pass maintainership to puppet@ With hat: puppet
24 lines
434 B
Makefile
24 lines
434 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pypuppetdb
|
|
PORTVERSION= 0.3.3
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= databases python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= 03
|
|
|
|
MAINTAINER= puppet@FreeBSD.org
|
|
COMMENT= Library to work with PuppetDB's REST API
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
CONFLICTS_INSTALL= pypuppetdb-*
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= voxpupuli
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|