summaryrefslogtreecommitdiff
path: root/net/p5-Net-Write/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-Write/Makefile')
-rw-r--r--net/p5-Net-Write/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/p5-Net-Write/Makefile b/net/p5-Net-Write/Makefile
new file mode 100644
index 00000000000..bd2768c4748
--- /dev/null
+++ b/net/p5-Net-Write/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/01/03 14:09:28 adrianp Exp $
+#
+
+DISTNAME= Net-Write-1.00
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/G/GO/GOMOR/
+
+MAINTAINER= adrianp@NetBSD.org
+HOMEPAGE= http://search.cpan.org/CPAN/authors/id/G/GO/GOMOR/
+COMMENT= Portable interface to open and send raw data to network
+
+DEPENDS+= p5-Class-Gomor-[0-9]*:../../devel/p5-Class-Gomor
+DEPENDS+= p5-Net-Pcap>=0.12:../../net/p5-Net-Pcap
+DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6
+
+PERL5_PACKLIST= auto/Net/Write/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"