aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-emot/Makefile
blob: abc53706f3da645f3f863f5203c8a84cf75934a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>