mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
29c6893e43
Discussed with: pgollucci, stas
22 lines
435 B
Makefile
22 lines
435 B
Makefile
# Ports collection makefile for: rubygem-rutils
|
|
# Date created: 04 January 2007
|
|
# Whom: 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>
|