# $OpenBSD: Makefile,v 1.8 2006/07/31 08:16:28 jakob Exp $ COMMENT= "postfix greylist daemon" VERSION= 1.27 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 # GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes NO_BUILD= Yes NO_REGRESS= 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 pod2man ${WRKSRC}/postgrey ${PREFIX}/man/man1/postgrey.1 .include