d267194a8d
- Add LICENSE_FILE Changes: https://github.com/rsl/stringex/commits/master
20 lines
338 B
Makefile
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>
|