diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-12 18:34:19 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-12 18:34:19 +0000 |
commit | 5d0d22b4a303cf1196225ea601f02062ff49baea (patch) | |
tree | 2f5ca89ec0ef0288bcbfb64c286fa2b8794e8cc4 /www/interchange/Makefile | |
parent | 82a12e3ae50416dde9eadfc5f2e5355534759210 (diff) |
- Update to 5.2.1
PR: ports/88885
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=148047
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 316f9241c126..d36b528b5e8c 100644 --- a/www/interchange/Makefile +++ b/www/interchange/Makefile @@ -6,7 +6,7 @@ # PORTNAME= interchange -PORTVERSION= 5.2.0 +PORTVERSION= 5.2.1 CATEGORIES= www MASTER_SITES= http://ftp.icdevgroup.org/interchange/5.2/tar/ @@ -15,7 +15,6 @@ COMMENT= RedHat's database-enabled e-commerce server BUILD_DEPENDS= ${ARCH_PERL}/Safe/Hole.pm:${PORTSDIR}/security/p5-Safe-Hole \ ${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/Business/UPS.pm:${PORTSDIR}/misc/p5-Business-UPS \ ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww USE_PERL5= yes @@ -68,6 +67,7 @@ MAN3= Vend::UserDB.3 \ Vend::Payment::PSiGate.3 \ IniConf.3 \ Business::Fedex.3 \ + Business::UPS.3 \ Vend::Payment::AuthorizeNet.3 \ Vend::Payment::EFSNet.3 \ Vend::Payment::BoA.3 \ |