blob: eed02a2b4a5de3fe86e7314d246610d8cbc74436 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= pyClamd
PORTVERSION= 0.3.17
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bsd@dino.sk
COMMENT= Python ClamD interface module
WWW= https://xael.org/pages/pyclamd-en.html
LICENSE= LGPL3+
NO_ARCH= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|