mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
19 lines
371 B
Makefile
19 lines
371 B
Makefile
PORTNAME= unf
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Wrapper library to bring Unicode Normalization Form support
|
|
WWW= https://github.com/knu/ruby-unf
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|