960fb34c00
- Update WWW Approved by: portmgr blanket
19 lines
334 B
Makefile
19 lines
334 B
Makefile
# Created by: Milan Obuch
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyClamd
|
|
PORTVERSION= 0.3.17
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bsd@dino.sk
|
|
COMMENT= Python ClamD interface module
|
|
|
|
LICENSE= LGPL3+
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|