freebsd-ports/devel/rubygem-stringex/Makefile
Sunpoet Po-Chuan Hsieh d267194a8d - Update to 2.6.0
- Add LICENSE_FILE

Changes:	https://github.com/rsl/stringex/commits/master
2016-03-06 06:31:55 +00:00

20 lines
338 B
Makefile

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