diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-15 11:28:47 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-15 11:28:47 +0800 |
commit | 610278e2de0a244921bba9438e9bd4529ae3d426 (patch) | |
tree | df145c1c618464de78a040d92d7bcf4a452a5fed /net/xbone/Makefile | |
parent | c1391cbd83eda157683791b1a0308fdedea354c3 (diff) | |
download | freebsd-ports-gnome-610278e2de0a244921bba9438e9bd4529ae3d426.tar.gz freebsd-ports-gnome-610278e2de0a244921bba9438e9bd4529ae3d426.tar.zst freebsd-ports-gnome-610278e2de0a244921bba9438e9bd4529ae3d426.zip |
Maintainer update to net/xbone
Update to the net/xbone distribution reflect a release of
the package.
PR: ports/72719
Submitted by: Venkata Pingali <pingali@isi.edu>
Diffstat (limited to 'net/xbone/Makefile')
-rw-r--r-- | net/xbone/Makefile | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/net/xbone/Makefile b/net/xbone/Makefile index 5234a91a82bf..dba87e6bf8eb 100644 --- a/net/xbone/Makefile +++ b/net/xbone/Makefile @@ -6,20 +6,13 @@ # PORTNAME= XBone -PORTVERSION= 3.0 +PORTVERSION= 3.1.1 CATEGORIES= net perl5 MASTER_SITES= http://www.isi.edu/xbone/software/xbone/ MAINTAINER= xbone@isi.edu COMMENT= Deploys and manages IP-based VPNs (aka "virtual Internets") -USE_GMAKE= yes -IS_INTERACTIVE= yes -NO_BUILD= yes -USE_PERL5= yes - -INSTALL_TARGET= node - BUILD_DEPENDS= ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ ${SITE_PERL}/${PERL_ARCH}/IO/Socket/Multicast.pm:${PORTSDIR}/net/p5-IO-Socket-Multicast \ @@ -36,7 +29,15 @@ BUILD_DEPENDS= ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \ - ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 + ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 \ + ${SITE_PERL}/Net/SSH/Perl.pm:${PORTSDIR}/net/p5-Net-SSH-Perl + +USE_GMAKE= yes +IS_INTERACTIVE= yes +NO_BUILD= yes +USE_PERL5= yes + +INSTALL_TARGET= node .include <bsd.port.pre.mk> @@ -44,10 +45,7 @@ BUILD_DEPENDS= ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ FORBIDDEN= "X-Bone ${PORTVERSION} does not support FreeBSD prior to 4.7" .endif -USE_PERL5= yes -NO_BUILD= yes - -MAN5= XB_Params.pm.5 xbone.conf.5 -MAN8= X-Bone.8 xb-node-daemon.8 xb-config.8 +MAN5= XB_Params.pm.5 xbone.conf.5 xbone-gui.conf.5 +MAN8= X-Bone.8 xb-node-daemon.8 xb-config.8 xb-gui-config.8 xbonectl.8 .include <bsd.port.post.mk> |