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