aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-cookiejar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/rubygem-cookiejar/Makefile')
-rw-r--r--www/rubygem-cookiejar/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/rubygem-cookiejar/Makefile b/www/rubygem-cookiejar/Makefile
new file mode 100644
index 000000000000..bf1ef09fb23b
--- /dev/null
+++ b/www/rubygem-cookiejar/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: rubygem-cookiejar
+# Date created: 2012-06-10
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= cookiejar
+PORTVERSION= 0.3.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Allows for parsing and returning cookies in Ruby HTTP client code
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>