aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-POE-Component-Pcap
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2003-07-12 01:06:07 +0800
committerskv <skv@FreeBSD.org>2003-07-12 01:06:07 +0800
commit6be538e760224a909a2fbcc1a8c510aec6ddcc7c (patch)
tree28df779175524290c3bf7be07a906d71a0607ce6 /devel/p5-POE-Component-Pcap
parent2db1806843c254ef6b80502a8acb14f61800d6a3 (diff)
downloadfreebsd-ports-gnome-6be538e760224a909a2fbcc1a8c510aec6ddcc7c.tar.gz
freebsd-ports-gnome-6be538e760224a909a2fbcc1a8c510aec6ddcc7c.tar.zst
freebsd-ports-gnome-6be538e760224a909a2fbcc1a8c510aec6ddcc7c.zip
Updated to 0.04
Diffstat (limited to 'devel/p5-POE-Component-Pcap')
-rw-r--r--devel/p5-POE-Component-Pcap/Makefile11
-rw-r--r--devel/p5-POE-Component-Pcap/distinfo2
-rw-r--r--devel/p5-POE-Component-Pcap/pkg-descr10
-rw-r--r--devel/p5-POE-Component-Pcap/pkg-plist14
4 files changed, 20 insertions, 17 deletions
diff --git a/devel/p5-POE-Component-Pcap/Makefile b/devel/p5-POE-Component-Pcap/Makefile
index f86acb87ac61..740750d3abc6 100644
--- a/devel/p5-POE-Component-Pcap/Makefile
+++ b/devel/p5-POE-Component-Pcap/Makefile
@@ -6,23 +6,22 @@
#
PORTNAME= POE-Component-Pcap
-PORTVERSION= 0.03
+PORTVERSION= 0.04
CATEGORIES= devel perl5 net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
-MAINTAINER= skv@protey.ru
+MAINTAINER= skv@FreeBSD.org
COMMENT= POE component for non-blocking use of Net::Pcap
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/Pcap.pm:${PORTSDIR}/net/p5-Net-Pcap \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/NetPacket/Ethernet.pm:${PORTSDIR}/net/p5-NetPacket
+BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
+ ${SITE_PERL}/${PERL_ARCH}/Net/Pcap.pm:${PORTSDIR}/net/p5-Net-Pcap \
+ ${SITE_PERL}/NetPacket/Ethernet.pm:${PORTSDIR}/net/p5-NetPacket
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= POE::Component::Pcap.3
.include <bsd.port.mk>
diff --git a/devel/p5-POE-Component-Pcap/distinfo b/devel/p5-POE-Component-Pcap/distinfo
index 76f3220f9bff..5762ee095e53 100644
--- a/devel/p5-POE-Component-Pcap/distinfo
+++ b/devel/p5-POE-Component-Pcap/distinfo
@@ -1 +1 @@
-MD5 (POE-Component-Pcap-0.03.tar.gz) = 16f048a0f4f96f74c4c7a2e60d7a9fd1
+MD5 (POE-Component-Pcap-0.04.tar.gz) = 11c6e6babcb8ee0b6a3c247c04059dc1
diff --git a/devel/p5-POE-Component-Pcap/pkg-descr b/devel/p5-POE-Component-Pcap/pkg-descr
index 1478366f129b..b2e0c5d73057 100644
--- a/devel/p5-POE-Component-Pcap/pkg-descr
+++ b/devel/p5-POE-Component-Pcap/pkg-descr
@@ -1,4 +1,8 @@
POE::Component::Pcap provides a wrapper for using the Net::Pcap module
-from POE programs. The component creates a separate session which
-posts events to a specified session and state when packets are
-available.
+from POE programs. The component creates a separate session which posts
+events to a specified session and state when packets are available.
+
+WWW: http://search.cpan.org/dist/POE-Component-Pcap/
+
+-- Sergey Skvortsov
+skv@FreeBSD.org
diff --git a/devel/p5-POE-Component-Pcap/pkg-plist b/devel/p5-POE-Component-Pcap/pkg-plist
index 04b1ca37f474..371401577a37 100644
--- a/devel/p5-POE-Component-Pcap/pkg-plist
+++ b/devel/p5-POE-Component-Pcap/pkg-plist
@@ -1,7 +1,7 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Pcap/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Pcap.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Pcap
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Pcap/.packlist
+%%SITE_PERL%%/POE/Component/Pcap.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Pcap
+@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true