Sunpoet Po-Chuan Hsieh 092089ee0e Add rubygem-sixarm_ruby_unaccent 1.1.1
Unaccent replaces a string's accented characters with unaccented characters.

WWW: https://github.com/SixArm/sixarm_ruby_unaccent
2017-01-04 15:02:28 +00:00

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>