21 lines
357 B
Makefile
21 lines
357 B
Makefile
PORTNAME= emot
|
|
PORTVERSION= 0.0.4
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Yet another emoji handler
|
|
WWW= https://github.com/melborne/emot
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-thor>=0:devel/rubygem-thor
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/emot
|
|
|
|
.include <bsd.port.mk>
|