17 lines
330 B
Makefile
17 lines
330 B
Makefile
PORTNAME= emoji_regex
|
|
PORTVERSION= 15.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Regular expressions for matching Unicode Emoji symbols
|
|
WWW= https://github.com/ticky/ruby-emoji-regex
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|