ports/devel/rubygem-emoji_regex/Makefile
2021-04-06 16:31:07 +02:00

19 lines
347 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= emoji_regex
PORTVERSION= 3.2.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Regular expressions for matching Unicode Emoji symbols
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>