adcd4b94c9
Puppetboard depends on pypuppetdb>=0.3, so: - copy databases/py-pypuppetdb to databases/py-pypuppetdb03; - update databases/py-pypuppetdb03 to 0.3.1; - copy www/py-puppetboard to www/py-puppetboard02; - update www/py-puppetboard02 to 0.2.0; - register conflicts between these ports; - take maintainership of new ports. While here: - Update projects account. PR: 211604 [1], 211918 [2] Submitted by: neel@neelc.org [1], romain [2]
22 lines
421 B
Makefile
22 lines
421 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
|
|
|
|
CONFLICTS_INSTALL= pypuppetdb03-*
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= voxpupuli
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|