2014-07-07 15:52:30 +02:00
|
|
|
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ploy
|
2015-10-20 13:33:52 +02:00
|
|
|
PORTVERSION= 1.2.1
|
2016-11-12 16:43:19 +01:00
|
|
|
PORTREVISION= 2
|
2014-07-07 15:52:30 +02:00
|
|
|
CATEGORIES= sysutils python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
|
|
COMMENT= Manage servers through a central configuration
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
2014-07-21 15:25:42 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
2014-07-07 15:52:30 +02:00
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy>0:devel/py-lazy@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
|
2014-07-07 15:52:30 +02:00
|
|
|
|
2015-03-03 01:24:15 +01:00
|
|
|
USES= python
|
2015-01-31 01:01:50 +01:00
|
|
|
USE_PYTHON= autoplist distutils
|
2014-07-07 15:52:30 +02:00
|
|
|
|
2015-10-20 13:33:52 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2014-07-07 15:52:30 +02:00
|
|
|
.include <bsd.port.mk>
|