freebsd-ports/mail/pyzor/Makefile
Adam Weinberger 3f9d0dff10 Update to 0.7.0. The manpages and usage.html files aren't part of the
package anymore, so remove all the bits for it from the Makefile.

PR:		199318
Approved by:	maintainer (Corey Halpin)
2015-04-13 18:06:56 +00:00

17 lines
365 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= pyzor
PORTVERSION= 0.7.0
CATEGORIES= mail python
MASTER_SITES= SF
MAINTAINER= chalpin@cs.wisc.edu
COMMENT= Collaborative, networked system to detect and block spam
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>=0:${PORTSDIR}/databases/py-gdbm
USES= python tar:bzip2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>