18 lines
352 B
Makefile
18 lines
352 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rutils
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= russian devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple processing of Russian strings
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/gilensize bin/rutilize
|
|
|
|
.include <bsd.port.mk>
|