aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-ipaddress/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/rubygem-ipaddress/Makefile')
-rw-r--r--net/rubygem-ipaddress/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/rubygem-ipaddress/Makefile b/net/rubygem-ipaddress/Makefile
new file mode 100644
index 000000000000..2b0c496008e3
--- /dev/null
+++ b/net/rubygem-ipaddress/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: rubygem-ipaddress
+# Date created: 2010-11-15
+# Whom: Boris Lytochkin <lytboris@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ipaddress
+PORTVERSION= 0.7.0
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= IP address manipulation library for rubygems
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>