freebsd-ports/textproc/rubygem-emot/Makefile
TAKATSU Tomonari b64c9907db - Add new port: textproc/rubygem-emot
Yet another emoji handler. It contains 870 emojis with its name and
  codepoint(but not contains emoji fonts or images). All names of emojis
  are from Emoji cheat sheet for Campfire and GitHub.

  WWW: https://github.com/melborne/emot

PR:		206308
Submitted by:	Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
2016-01-16 13:21:34 +00:00

24 lines
387 B
Makefile

# $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>