aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-akismet/Makefile20
-rw-r--r--devel/rubygem-akismet/distinfo2
-rw-r--r--devel/rubygem-akismet/pkg-descr3
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 35bc91177777..dc38418784b9 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4740,6 +4740,7 @@
SUBDIR += rubygem-activesupport
SUBDIR += rubygem-activesupport4
SUBDIR += rubygem-activesupport41
+ SUBDIR += rubygem-akismet
SUBDIR += rubygem-algebrick
SUBDIR += rubygem-algorithms
SUBDIR += rubygem-allison
diff --git a/devel/rubygem-akismet/Makefile b/devel/rubygem-akismet/Makefile
new file mode 100644
index 000000000000..4fe2c18816dd
--- /dev/null
+++ b/devel/rubygem-akismet/Makefile
@@ -0,0 +1,20 @@
+# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
+# $FreeBSD$
+
+PORTNAME= akismet
+PORTVERSION= 2.0.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby client for the Akismet API
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+NO_ARCH= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-akismet/distinfo b/devel/rubygem-akismet/distinfo
new file mode 100644
index 000000000000..8b944a4ef679
--- /dev/null
+++ b/devel/rubygem-akismet/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/akismet-2.0.0.gem) = 5c802cfdce97a45fb33b2ac2d6f2a45516ad6da9724585f3e4f37a1f8bb01743
+SIZE (rubygem/akismet-2.0.0.gem) = 10240
diff --git a/devel/rubygem-akismet/pkg-descr b/devel/rubygem-akismet/pkg-descr
new file mode 100644
index 000000000000..c52f5de0ce42
--- /dev/null
+++ b/devel/rubygem-akismet/pkg-descr
@@ -0,0 +1,3 @@
+A Ruby client for the Akismet spam detection API
+
+WWW: http://github.com/jonahb/akismet