a8324484f3
Some [hopefully] useful extensions to Ruby.s String class. Stringex is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions [miscellaneous helper methods for the String class]. ok landry
19 lines
333 B
Makefile
19 lines
333 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/08 21:58:53 jeremy Exp $
|
|
|
|
COMMENT= extensions to ruby's String class
|
|
|
|
DISTNAME= stringex-1.1.0
|
|
CATEGORIES= devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
.include <bsd.port.mk>
|