2010-06-11 22:42:49 +02:00
|
|
|
# Ports collection makefile for: rubygem-stringex
|
|
|
|
# Date created: 11 Jun 2010
|
|
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2010-11-11 01:12:55 +01:00
|
|
|
# XXX: datamapper requires exact version ~>
|
2010-06-11 22:42:49 +02:00
|
|
|
PORTNAME= stringex
|
2011-01-11 08:51:54 +01:00
|
|
|
PORTVERSION= 1.1.0
|
2010-11-11 01:12:55 +01:00
|
|
|
PORTEPOCH= 1
|
2010-06-11 22:42:49 +02:00
|
|
|
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>
|