aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-IRR/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-IRR/Makefile')
-rw-r--r--net/p5-Net-IRR/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/p5-Net-IRR/Makefile b/net/p5-Net-IRR/Makefile
new file mode 100644
index 000000000000..a10181f1370b
--- /dev/null
+++ b/net/p5-Net-IRR/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: net/p5-Net-IRR
+# Date created: 05 May 2010
+# Whom: Anton Berezin <tobez@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-IRR
+PORTVERSION= 0.08
+CATEGORIES= net perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl@FreeBSD.org
+COMMENT= Perl interface to the Internet Route Registry Daemon
+
+PERL_CONFIGURE= yes
+
+MAN3= Net::IRR.3
+
+.include <bsd.port.mk>