1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/mail/razor-agents/Makefile
Yen-Ming Lee d99dbad3de change my email address to leeym@FreeBSD.org
Reviewed by:	ijliao (mentor)
Approved by:	ijliao (mentor)
2002-08-19 08:01:34 +00:00

35 lines
1.1 KiB
Makefile

# New ports collection makefile for: razor-agents
# Date created: 29 November 2001
# Whom: Yen-Ming Lee <leeym@leeym.com>
#
# $FreeBSD$
#
PORTNAME= razor-agents
PORTVERSION= 2.14
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= razor
MAINTAINER= leeym@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/Nilsimsa.pm:${PORTSDIR}/security/p5-Digest-Nilsimsa \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN1= razor-revoke.1 razor-admin.1 razor-report.1 razor-check.1
MAN3= Razor2::Errorhandler.3
MAN5= razor-agents.5 razor-whitelist.5 razor-agent.conf.5
post-install:
@${PREFIX}/bin/razor-client
.include <bsd.port.mk>