freebsd-ports/devel/rubygem-stringex/Makefile
Sunpoet Po-Chuan Hsieh 586ea811f6 - Add LICENSE
- Remove USE_RAKE
- Reformat pkg-descr
2015-05-29 11:16:49 +00:00

18 lines
289 B
Makefile

# $FreeBSD$
PORTNAME= stringex
PORTVERSION= 2.5.2
PORTEPOCH= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Some useful extensions to the Ruby String class
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>