opnsense-ports/textproc/rubygem-emot/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

23 lines
345 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:devel/rubygem-thor
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/emot
.include <bsd.port.mk>