freebsd-ports/textproc/rubygem-emot/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
332 B
Makefile

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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/emot
.include <bsd.port.mk>