freebsd-ports/devel/rubygem-stringex/Makefile
Philip M. Gollucci 6b14a00d1b 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].

WWW:    http://rubygems.org/gems/stringex
2010-06-11 20:42:49 +00:00

20 lines
413 B
Makefile

# Ports collection makefile for: rubygem-stringex
# Date created: 11 Jun 2010
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
PORTNAME= stringex
PORTVERSION= 1.1.0
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>