62dc7a520a
Some help from kili@ SQLgrey is a Postfix greylisting policy service with auto-white-listing with SQL database as storage backend. It has many features including ipv6 support, activity reports, fine log controls. SQLgrey uses the Sqlite database by default, but it can also use MySQL or Postgresql.
33 lines
683 B
Makefile
33 lines
683 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/16 10:43:55 giovanni Exp $
|
|
|
|
COMMENT = postfix greylist daemon
|
|
|
|
DISTNAME = sqlgrey-1.7.6
|
|
|
|
CATEGORIES = mail
|
|
|
|
HOMEPAGE = http://sqlgrey.sf.net/
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sqlgrey/}
|
|
|
|
MAINTAINER = Giovanni Bechis <giovanni@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
PKG_ARCH = *
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
NO_BUILD = Yes
|
|
NO_REGRESS = Yes
|
|
|
|
RUN_DEPENDS = ::devel/p5-Net-Server \
|
|
::devel/p5-IO-Multiplex \
|
|
::devel/p5-Date-Calc \
|
|
::net/wget \
|
|
:p5-DBD-SQLite-*|p5-DBD-mysql-*|p5-DBD-Pg-*:databases/p5-DBD-SQLite
|
|
|
|
.include <bsd.port.mk>
|