mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 23:09:19 -04:00
18 lines
320 B
Makefile
18 lines
320 B
Makefile
PORTNAME= stringex
|
|
PORTVERSION= 2.8.6
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Some useful extensions to the Ruby String class
|
|
WWW= https://github.com/rsl/stringex
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|