diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2014-11-04 08:42:58 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2014-11-04 08:42:58 +0000 |
commit | 34a129dd14c8c39e8406bfa0b6f5898877fc6a45 (patch) | |
tree | feea44fdb3cc0413dabfdc536109fb2d3db5d7e6 /net/p5-Net-Proxy | |
parent | Add new ports databases/mariadb100-server and -client (version 10.0) (diff) |
- Update to 0.13
- Add licence
Notes
Notes:
svn path=/head/; revision=372137
Diffstat (limited to 'net/p5-Net-Proxy')
-rw-r--r-- | net/p5-Net-Proxy/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Net-Proxy/distinfo | 4 | ||||
-rw-r--r-- | net/p5-Net-Proxy/pkg-descr | 2 | ||||
-rw-r--r-- | net/p5-Net-Proxy/pkg-plist | 10 |
4 files changed, 12 insertions, 9 deletions
diff --git a/net/p5-Net-Proxy/Makefile b/net/p5-Net-Proxy/Makefile index 9b9af01f76ad..90e69bcb93d8 100644 --- a/net/p5-Net-Proxy/Makefile +++ b/net/p5-Net-Proxy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Proxy -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Net @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= Framework for proxying network connections in many ways +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure diff --git a/net/p5-Net-Proxy/distinfo b/net/p5-Net-Proxy/distinfo index f1e6e7844056..b129c8d34199 100644 --- a/net/p5-Net-Proxy/distinfo +++ b/net/p5-Net-Proxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-Proxy-0.12.tar.gz) = 453682e462998d2140374952303ac5f11d508182cb68ac1d471623b45a41116c -SIZE (Net-Proxy-0.12.tar.gz) = 39027 +SHA256 (Net-Proxy-0.13.tar.gz) = 0601cd34a4e7bbb17139d359e63d5d6f88bf18ea7f093863829366bca19cd84b +SIZE (Net-Proxy-0.13.tar.gz) = 50460 diff --git a/net/p5-Net-Proxy/pkg-descr b/net/p5-Net-Proxy/pkg-descr index 98436f73299d..4a84af7c700b 100644 --- a/net/p5-Net-Proxy/pkg-descr +++ b/net/p5-Net-Proxy/pkg-descr @@ -11,4 +11,4 @@ This architecture makes it easy to implement specific techniques to cross a given network boundary, possibly by using a proxy on one side of the network fence, and a reverse-proxy on the other side of the fence. -WWW: http://search.cpan.org/dist/Net-Proxy +WWW: http://search.cpan.org/dist/Net-Proxy/ diff --git a/net/p5-Net-Proxy/pkg-plist b/net/p5-Net-Proxy/pkg-plist index 6ba7785d0750..2487c11d7304 100644 --- a/net/p5-Net-Proxy/pkg-plist +++ b/net/p5-Net-Proxy/pkg-plist @@ -21,8 +21,8 @@ man/man1/sslh.1.gz %%PERL5_MAN3%%/Net::Proxy::Connector::ssl.3.gz %%PERL5_MAN3%%/Net::Proxy::Connector::tcp.3.gz %%PERL5_MAN3%%/Net::Proxy::Tutorial.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Proxy -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrm %%SITE_PERL%%/Net/Proxy/Connector -@dirrm %%SITE_PERL%%/Net/Proxy -@dirrmtry %%SITE_PERL%%/Net +@dir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Proxy +@dir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dir %%SITE_PERL%%/Net/Proxy/Connector +@dir %%SITE_PERL%%/Net/Proxy +@dir %%SITE_PERL%%/Net |