summaryrefslogtreecommitdiff
path: root/textproc/rubygem-emot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-emot/Makefile')
-rw-r--r--textproc/rubygem-emot/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/rubygem-emot/Makefile b/textproc/rubygem-emot/Makefile
new file mode 100644
index 000000000000..e0cf0cba6572
--- /dev/null
+++ b/textproc/rubygem-emot/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= emot
+PORTVERSION= 0.0.4
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Yet another emoji handler
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-thor>=0:${PORTSDIR}/devel/rubygem-thor
+
+NO_ARCH= yes
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+PLIST_FILES= bin/emot
+
+.include <bsd.port.mk>