33 lines
713 B
Makefile
33 lines
713 B
Makefile
# $OpenBSD: Makefile,v 1.2 2005/01/24 19:59:54 jakob Exp $
|
|
|
|
COMMENT= "postfix greylist daemon"
|
|
|
|
VERSION= 1.16
|
|
DISTNAME= postgrey-${VERSION}
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://isg.ee.ethz.ch/tools/postgrey/pub/ \
|
|
http://isg.ee.ethz.ch/tools/postgrey/pub/old/
|
|
|
|
HOMEPAGE= http://isg.ee.ethz.ch/tools/postgrey/
|
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
NO_BUILD= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::devel/p5-Net-Server \
|
|
::devel/p5-IO-Multiplex \
|
|
::databases/p5-BerkeleyDB
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/postgrey ${PREFIX}/libexec
|
|
|
|
.include <bsd.port.mk>
|