diff options
author | sat <sat@FreeBSD.org> | 2006-12-20 02:43:41 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-12-20 02:43:41 +0800 |
commit | a2a1b965dba3277920c36ee53c2bb84d1c0123f7 (patch) | |
tree | 9339d61a1b67ced279e697626f7de5d0cfbb2d6d /net | |
parent | bbbb271e7bfa57be724f7278cf9ebb0c877ac5a1 (diff) | |
download | freebsd-ports-gnome-a2a1b965dba3277920c36ee53c2bb84d1c0123f7.tar.gz freebsd-ports-gnome-a2a1b965dba3277920c36ee53c2bb84d1c0123f7.tar.zst freebsd-ports-gnome-a2a1b965dba3277920c36ee53c2bb84d1c0123f7.zip |
- Update to 1.00
Approved by: Christopher Boumenot <boumenot@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Write/Makefile | 22 | ||||
-rw-r--r-- | net/p5-Net-Write/distinfo | 6 | ||||
-rw-r--r-- | net/p5-Net-Write/pkg-plist | 18 |
3 files changed, 24 insertions, 22 deletions
diff --git a/net/p5-Net-Write/Makefile b/net/p5-Net-Write/Makefile index af180e9676c3..f2910a394b04 100644 --- a/net/p5-Net-Write/Makefile +++ b/net/p5-Net-Write/Makefile @@ -5,15 +5,19 @@ # $FreeBSD$ # -PORTNAME= Net-Write -PORTVERSION= 0.82 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Net -PKGNAMEPREFIX= p5- - -MAINTAINER= boumenot@gmail.com -COMMENT= An interface to open and send raw frames to the network +PORTNAME= Net-Write +PORTVERSION= 1.00 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= boumenot@gmail.com +COMMENT= An interface to open and send raw frames to the network + +BUILD_DEPENDS= p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor \ + p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6 \ + p5-Net-Pcap>=0.14:${PORTSDIR}/net/p5-Net-Pcap +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/net/p5-Net-Write/distinfo b/net/p5-Net-Write/distinfo index 220198389451..3d4f03a80b1d 100644 --- a/net/p5-Net-Write/distinfo +++ b/net/p5-Net-Write/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-Write-0.82.tar.gz) = 0ea747d4aa4276bbc36f8acd6727af3e -SHA256 (Net-Write-0.82.tar.gz) = c9683cffe0fc9d2147a1081f25293b42b0f21713f505f394df1b20f0e1e08939 -SIZE (Net-Write-0.82.tar.gz) = 9808 +MD5 (Net-Write-1.00.tar.gz) = acf5e1898a85ba124a205ef6d6a40eed +SHA256 (Net-Write-1.00.tar.gz) = b31718768fbe43c78183fd2e45f83dee87b77f60075130e00ed87df96f9bec0b +SIZE (Net-Write-1.00.tar.gz) = 7962 diff --git a/net/p5-Net-Write/pkg-plist b/net/p5-Net-Write/pkg-plist index ec16432f2fc1..798b53ddb5f9 100644 --- a/net/p5-Net-Write/pkg-plist +++ b/net/p5-Net-Write/pkg-plist @@ -1,12 +1,10 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Net/Write.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/Write/Layer.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/Write/Layer2.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/Write/Layer3.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/Write/Layer4.pm +%%SITE_PERL%%/Net/Write.pm +%%SITE_PERL%%/Net/Write/Layer.pm +%%SITE_PERL%%/Net/Write/Layer2.pm +%%SITE_PERL%%/Net/Write/Layer3.pm +%%SITE_PERL%%/Net/Write/Layer4.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Write/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Write/Write.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Write/Write.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Write -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/Write +@dirrmtry %%SITE_PERL%%/Net/Write +@dirrmtry %%SITE_PERL%%/Net +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net/Write @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net |