17 lines
334 B
Makefile
17 lines
334 B
Makefile
PORTNAME= pyClamd
|
|
PORTVERSION= 0.3.17
|
|
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>
|