1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/textproc/rubygem-emot/Makefile

24 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>