diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-09-01 10:00:46 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-09-01 10:00:46 +0000 |
commit | 634416ffdcec3d66120c7210e5bf25f3d76bb952 (patch) | |
tree | 11b1f9e3898768154170bf630fbd1caf8b4a8dd9 /mail/razor-agents/Makefile | |
parent | 38021cd7b9cd46afd1f43ccc4c27671b899fd901 (diff) | |
download | ports-634416ffdcec3d66120c7210e5bf25f3d76bb952.tar.gz ports-634416ffdcec3d66120c7210e5bf25f3d76bb952.zip |
Notes
Diffstat (limited to 'mail/razor-agents/Makefile')
-rw-r--r-- | mail/razor-agents/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/razor-agents/Makefile b/mail/razor-agents/Makefile index 12d2c662e65a..390848f54c2c 100644 --- a/mail/razor-agents/Makefile +++ b/mail/razor-agents/Makefile @@ -6,7 +6,7 @@ # PORTNAME= razor-agents -PORTVERSION= 2.34 +PORTVERSION= 2.36 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= razor @@ -14,11 +14,11 @@ MASTER_SITE_SUBDIR= razor MAINTAINER= leeym@FreeBSD.org COMMENT= A distributed, collaborative, spam detection and filtering network -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 +BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ + ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ + ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ + ${SITE_PERL}/${PERL_ARCH}/Digest/Nilsimsa.pm:${PORTSDIR}/security/p5-Digest-Nilsimsa \ + ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -35,7 +35,7 @@ post-install: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 580000 -BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple .endif .include <bsd.port.post.mk> |