blob: a0a20649189ce56381a5514cb1d3634135a117e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com>
# $FreeBSD$
PORTNAME= stringex
PORTVERSION= 1.5.1
PORTEPOCH= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Some useful extensions to the Ruby String class
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|