mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
4376dbbb58
FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
29 lines
637 B
Makefile
29 lines
637 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pynsca
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= net-mgmt python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rtd24@columbia.edu
|
|
COMMENT= Python NSCA (Nagios Service Check Acceptor) library
|
|
|
|
LICENSE= MPL11
|
|
|
|
OPTIONS_DEFINE= AES 3DES
|
|
|
|
AES_DESC= Provide AES encryption
|
|
AES_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}mcrypt>=0:security/py-mcrypt@${PY_FLAVOR}
|
|
|
|
3DES_DESC= Provide 3DES encryption
|
|
3DES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto@${PY_FLAVOR}
|
|
|
|
OPTIONS_DEFAULT=AES 3DES
|
|
|
|
NO_ARCH= yes
|
|
USES= python:2.7
|
|
USE_PYTHON= autoplist distutils concurrent
|
|
|
|
.include <bsd.port.mk>
|