diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-21 12:02:56 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-21 12:02:56 +0800 |
commit | 69a41a4f080d5eaa83d18ae04aafe81da9dd1a69 (patch) | |
tree | 96f3b17d8912c833cf2af2781f42e87c5c795e72 /net-p2p/p5-Net-DirectConnect-TigerHash | |
parent | fffd432478e38ae40d7885bfa2d6d47d5481154f (diff) | |
download | freebsd-ports-gnome-69a41a4f080d5eaa83d18ae04aafe81da9dd1a69.tar.gz freebsd-ports-gnome-69a41a4f080d5eaa83d18ae04aafe81da9dd1a69.tar.zst freebsd-ports-gnome-69a41a4f080d5eaa83d18ae04aafe81da9dd1a69.zip |
TigerHash module
WWW: http://search.cpan.org/dist/Net-DirectConnect-TigerHash/
PR: ports/153219
Submitted by: Oleg Alexeenkov <proler at gmail.com>
Diffstat (limited to 'net-p2p/p5-Net-DirectConnect-TigerHash')
-rw-r--r-- | net-p2p/p5-Net-DirectConnect-TigerHash/Makefile | 22 | ||||
-rw-r--r-- | net-p2p/p5-Net-DirectConnect-TigerHash/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/p5-Net-DirectConnect-TigerHash/pkg-descr | 3 | ||||
-rw-r--r-- | net-p2p/p5-Net-DirectConnect-TigerHash/pkg-plist | 9 |
4 files changed, 36 insertions, 0 deletions
diff --git a/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile b/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile new file mode 100644 index 000000000000..a0066831cc5a --- /dev/null +++ b/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Net-DirectConnect-TigerHash +# Date created: 2010-11-23 +# Whom: Oleg Alexeenkov <proler@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= Net-DirectConnect-TigerHash +PORTVERSION= 0.04 +CATEGORIES= net-p2p net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= proler@gmail.com +COMMENT= Perl Direct Connect TigerHash module + +PERL_CONFIGURE= yes +CC= g++ + +MAN3= Net::DirectConnect::TigerHash.3 + +.include <bsd.port.mk> diff --git a/net-p2p/p5-Net-DirectConnect-TigerHash/distinfo b/net-p2p/p5-Net-DirectConnect-TigerHash/distinfo new file mode 100644 index 000000000000..2e4760360089 --- /dev/null +++ b/net-p2p/p5-Net-DirectConnect-TigerHash/distinfo @@ -0,0 +1,2 @@ +SHA256 (Net-DirectConnect-TigerHash-0.04.tar.gz) = 3407d9c5641e27a73eecc529eae88524ca8460c84c0e54e4b9ba4479f848e824 +SIZE (Net-DirectConnect-TigerHash-0.04.tar.gz) = 29067 diff --git a/net-p2p/p5-Net-DirectConnect-TigerHash/pkg-descr b/net-p2p/p5-Net-DirectConnect-TigerHash/pkg-descr new file mode 100644 index 000000000000..a7eba9a86a9c --- /dev/null +++ b/net-p2p/p5-Net-DirectConnect-TigerHash/pkg-descr @@ -0,0 +1,3 @@ +TigerHash module + +WWW: http://search.cpan.org/dist/Net-DirectConnect-TigerHash/ diff --git a/net-p2p/p5-Net-DirectConnect-TigerHash/pkg-plist b/net-p2p/p5-Net-DirectConnect-TigerHash/pkg-plist new file mode 100644 index 000000000000..1b9ec89c586d --- /dev/null +++ b/net-p2p/p5-Net-DirectConnect-TigerHash/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Net/DirectConnect/TigerHash.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect/TigerHash/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect/TigerHash/TigerHash.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect/TigerHash/TigerHash.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect/TigerHash +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net/DirectConnect +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net |