openbsd-ports/mail/postgrey/Makefile

34 lines
730 B
Makefile
Raw Normal View History

2005-12-04 15:10:02 -05:00
# $OpenBSD: Makefile,v 1.6 2005/12/04 20:10:02 jakob Exp $
2004-12-10 04:37:31 -05:00
COMMENT= "postfix greylist daemon"
2005-12-04 15:10:02 -05:00
VERSION= 1.23
2004-12-10 04:37:31 -05:00
DISTNAME= postgrey-${VERSION}
CATEGORIES= mail
2005-01-24 14:59:54 -05:00
MASTER_SITES= http://isg.ee.ethz.ch/tools/postgrey/pub/ \
http://isg.ee.ethz.ch/tools/postgrey/pub/old/
2004-12-10 04:37:31 -05:00
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
2005-10-03 04:02:13 -04:00
NO_REGRESS= Yes
2004-12-10 04:37:31 -05:00
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>