summaryrefslogtreecommitdiff
path: root/net/p5-Net-Libdnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-Libdnet/Makefile')
-rw-r--r--net/p5-Net-Libdnet/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/p5-Net-Libdnet/Makefile b/net/p5-Net-Libdnet/Makefile
new file mode 100644
index 00000000000..8544db75c1b
--- /dev/null
+++ b/net/p5-Net-Libdnet/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/01/03 13:50:19 adrianp Exp $
+#
+
+DISTNAME= Net-Libdnet-0.01
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/V/VM/VMAN/
+
+MAINTAINER= adrianp@NetBSD.org
+HOMEPAGE= http://search.cpan.org/CPAN/authors/id/V/VM/VMAN/
+COMMENT= Perl interface to libdnet
+
+PERL5_PACKLIST= auto/Net/Libdnet/.packlist
+USE_LANGUAGES+= c
+
+.include "../../net/libdnet/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"