mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
17 lines
355 B
Makefile
17 lines
355 B
Makefile
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
# $FreeBSD: head/devel/rubygem-locale/Makefile 457207 2017-12-25 05:25:00Z knu $
|
|
|
|
PORTNAME= locale
|
|
PORTVERSION= 2.1.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
COMMENT= Pure ruby library to support locales
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|