opnsense-ports/textproc/rubygem-character_set/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

17 lines
391 B
Makefile

PORTNAME= character_set
PORTVERSION= 1.4.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Build, read, write and compare sets of Unicode codepoints
WWW= https://github.com/jaynetics/character_set
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-sorted_set>=1.0<2:devel/rubygem-sorted_set
USES= gem
.include <bsd.port.mk>