mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
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>
|