blob: 118be0a6422845fe1b7b444544bd39e33d076b92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Ports collection makefile for: rubygem-rutils
# Date created: 04 January 2007
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
PORTNAME= rutils
PORTVERSION= 0.2.3
CATEGORIES= russian devel rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@logvinov.com
COMMENT= Simple processing of russian strings
USE_RUBY= yes
USE_RUBYGEMS= yes
.include <bsd.port.mk>
|