freebsd-ports/textproc/rubygem-character_set/Makefile

19 lines
411 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
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
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-sorted_set>=1.0<2:devel/rubygem-sorted_set
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>