Unaccent replaces a string's accented characters with unaccented characters. WWW: https://github.com/SixArm/sixarm_ruby_unaccent
22 lines
564 B
Makefile
22 lines
564 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sixarm_ruby_unaccent
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Replaces accented characters with unaccented characters
|
|
|
|
# https://github.com/SixArm/sixarm_ruby_unaccent/blob/master/LICENSE.md
|
|
# The most common or latest version of each license is chosen.
|
|
LICENSE= AGPLv3 APACHE20 ART20 BSD3CLAUSE CC-BY-NC-SA-4.0 GPLv3 LGPL3 MIT RUBY
|
|
LICENSE_COMB= dual
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|