35 lines
788 B
Makefile
35 lines
788 B
Makefile
# $OpenBSD: Makefile,v 1.9 2007/09/16 00:17:06 merdely 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 <jakob@openbsd.org>
|
|
|
|
# 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 <bsd.port.mk>
|