View | Details | Raw Unified | Return to bug 205869
Collapse All | Expand All

(-)security/py-clamav/Makefile (-2 / +4 lines)
Lines 12-22 Link Here
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
13
COMMENT=	Python binding to libclamav written in C
13
COMMENT=	Python binding to libclamav written in C
14
14
15
BROKEN=		unfetchable
16
17
LICENSE=	GPLv2 # or later
15
LICENSE=	GPLv2 # or later
18
LICENSE_FILE=	${WRKSRC}/gpl.txt
16
LICENSE_FILE=	${WRKSRC}/gpl.txt
19
17
18
BROKEN=		unfetchable
19
DEPRECATED=	Not updated since 2008 by upstream and abandoned in favor of pyClamd (security/py-pyclamd)
20
EXPIRATION_DATE=	2016-03-31
21
20
LIB_DEPENDS=	libclamav.so:${PORTSDIR}/security/clamav
22
LIB_DEPENDS=	libclamav.so:${PORTSDIR}/security/clamav
21
23
22
DIST_SUBDIR=	python
24
DIST_SUBDIR=	python

Return to bug 205869