aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Libdnet/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-08-21 06:54:21 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-08-21 06:54:21 +0000
commit374ed8dafd1433266c7b9e0686b63e9f4fbc63ea (patch)
tree4059a677910d4370ca744d6e9205f347b816503d /net/p5-Net-Libdnet/Makefile
parent99124175f25ec21e3d05bdc109222d71ce85007e (diff)
Add port net/p5-Net-Libdnet:
Net::Libdnet - Perl interface to libdnet WWW: http://search.cpan.org/dist/Net-Libdnet/ Justification: sinfp dependency
Notes
Notes: svn path=/head/; revision=171080
Diffstat (limited to 'net/p5-Net-Libdnet/Makefile')
-rw-r--r--net/p5-Net-Libdnet/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/p5-Net-Libdnet/Makefile b/net/p5-Net-Libdnet/Makefile
new file mode 100644
index 000000000000..0b1ed991babb
--- /dev/null
+++ b/net/p5-Net-Libdnet/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Net-Libdnet
+# Date created: 21 August 2006
+# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-Libdnet
+PORTVERSION= 0.01
+CATEGORIES= net perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= infofarmer@FreeBSD.org
+COMMENT= Libdnet interface
+
+LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet
+
+PERL_CONFIGURE= yes
+MAN3= ${PORTNAME:S/-/::/g}.3
+
+.include <bsd.port.mk>