sthen 954e9e5dd3 Remove "use lib qw(lib)" which is useless and breaks startup if the cwd
is inaccessible. Specifically: fixes amavisd-new startup if razor-agents
is installed (rc.d cd's to the *startup* user's home, i.e. /root, but
this is normally unreadable for the unprivileged user). Remove a useless
FAKE_FLAGS while there.  ok ajacoutot@
2016-02-05 14:59:27 +00:00

26 lines
524 B
Makefile

# $OpenBSD: Makefile,v 1.32 2016/02/05 14:59:27 sthen Exp $
SHARED_ONLY= Yes
COMMENT= agent for Razor spam filtering networks
DISTNAME= razor-agents-2.85
REVISION= 4
CATEGORIES= mail
HOMEPAGE= http://razor.sourceforge.net/
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=razor/}
EXTRACT_SUFX= .tar.bz2
RUN_DEPENDS= security/p5-Digest-SHA1>=1.0 \
net/p5-Net-DNS>=0.23 \
www/p5-URI>=1.19
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>