freebsd-ports/devel/rubygem-titlecase/Makefile

16 lines
279 B
Makefile

PORTNAME= titlecase
PORTVERSION= 0.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby string extensions to add title case support
WWW= https://github.com/samsouder/titlecase
LICENSE= MIT
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>