diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-07-26 11:51:33 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-07-26 11:51:33 +0000 |
commit | 530f480e305c7ec7577346b5efe76d4405a93021 (patch) | |
tree | 58921ee50d35ba5454f77dc1367a6a7cbea68d72 /www/interchange/Makefile | |
parent | - Make the port PREFIX-clean (diff) |
Update to 4.8.7.
Add dependency to p5-libwww[1].
Reported by: Evren Yurtesen <yurtesen@finland.ispro.net.tr> [1]
Notes
Notes:
svn path=/head/; revision=85620
Diffstat (limited to 'www/interchange/Makefile')
-rw-r--r-- | www/interchange/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/interchange/Makefile b/www/interchange/Makefile index 9d37a1144802..b77f8afc35ce 100644 --- a/www/interchange/Makefile +++ b/www/interchange/Makefile @@ -6,8 +6,7 @@ # PORTNAME= interchange -PORTVERSION= 4.8.6 -PORTREVISION= 2 +PORTVERSION= 4.8.7 CATEGORIES= www MASTER_SITES= http://ftp.icdevgroup.org/interchange/4.8/tar/ @@ -21,6 +20,7 @@ RUN_DEPENDS= ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statemen ${ARCH_PERL}/Safe/Hole.pm:${PORTSDIR}/security/p5-Safe-Hole \ ${ARCH_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${ARCH_PERL}/MIME/Base64.pm:${PORTSDIR}/mail/p5-MIME-Tools \ + ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl \ ${ARCH_PERL}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey |