3f9d0dff10
package anymore, so remove all the bits for it from the Makefile. PR: 199318 Approved by: maintainer (Corey Halpin)
17 lines
365 B
Makefile
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>
|