openbsd-ports/devel/ruby-stringex/Makefile
jeremy a8324484f3 Import ruby-stringex, required for an update for ruby-datamapper.
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
2010-12-08 21:58:53 +00:00

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>