diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-05-28 09:14:34 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-05-28 09:14:34 +0000 |
commit | 708b3398e11817b75e2b7075cfb1fd1bb5144570 (patch) | |
tree | c0fe4018446908499032d74c699567259c57cc3d /net-p2p/p5-Net-DirectConnect | |
parent | 6fd38e9e609acac358d68e6cdb40924a4f293942 (diff) | |
download | ports-708b3398e11817b75e2b7075cfb1fd1bb5144570.tar.gz ports-708b3398e11817b75e2b7075cfb1fd1bb5144570.zip |
Notes
Diffstat (limited to 'net-p2p/p5-Net-DirectConnect')
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/Makefile | 9 | ||||
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/pkg-plist | 1 |
3 files changed, 10 insertions, 4 deletions
diff --git a/net-p2p/p5-Net-DirectConnect/Makefile b/net-p2p/p5-Net-DirectConnect/Makefile index a2b311a66577..e17036a51672 100644 --- a/net-p2p/p5-Net-DirectConnect/Makefile +++ b/net-p2p/p5-Net-DirectConnect/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-DirectConnect -PORTVERSION= 0.11 +PORTVERSION= 0.13 CATEGORIES= net-p2p net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= proler@gmail.com COMMENT= Perl Direct Connect lib and client +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 \ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Net-DirectConnect-TigerHash>=0:${PORTSDIR}/net-p2p/p5-Net-DirectConnect-TigerHash \ p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 \ - p5-lib-abs>=0:${PORTSDIR}/devel/p5-lib-abs + p5-lib-abs>=0:${PORTSDIR}/devel/p5-lib-abs \ + p5-MIME-Base32>=0:${PORTSDIR}/converters/p5-MIME-Base32 \ + p5-Sys-Sendfile-FreeBSD>=0:${PORTSDIR}/devel/p5-Sys-Sendfile-FreeBSD RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/net-p2p/p5-Net-DirectConnect/distinfo b/net-p2p/p5-Net-DirectConnect/distinfo index a06702e04561..5f07a16a5b69 100644 --- a/net-p2p/p5-Net-DirectConnect/distinfo +++ b/net-p2p/p5-Net-DirectConnect/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-DirectConnect-0.11.tar.gz) = 1f3cd78aacb4d8854c3b86008adf29690fad4ae0bb354bb223a3012d3813b60a -SIZE (Net-DirectConnect-0.11.tar.gz) = 132769 +SHA256 (Net-DirectConnect-0.13.tar.gz) = a0ec193497931ae6a754c2d24373ed4e0225b2a1e11320244fd3813be539ce02 +SIZE (Net-DirectConnect-0.13.tar.gz) = 158484 diff --git a/net-p2p/p5-Net-DirectConnect/pkg-plist b/net-p2p/p5-Net-DirectConnect/pkg-plist index 1ebc2a057184..335630543f2f 100644 --- a/net-p2p/p5-Net-DirectConnect/pkg-plist +++ b/net-p2p/p5-Net-DirectConnect/pkg-plist @@ -14,6 +14,7 @@ bin/dcshare %%SITE_PERL%%/Net/DirectConnect/ipv6.pm %%SITE_PERL%%/Net/DirectConnect/nmdc.pm %%SITE_PERL%%/Net/DirectConnect/pslib/psmisc.pm +%%SITE_PERL%%/Net/DirectConnect/pslib/psweb.pm %%SITE_PERL%%/Net/DirectConnect/pslib/pssql.pm %%SITE_PERL%%/Net/DirectConnect/sctp.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect/.packlist |