It can also be useful for normalizing and sanitizing data. WWW: https://github.com/norman/babosa PR: 205877 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
19 lines
355 B
Makefile
19 lines
355 B
Makefile
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= babosa
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby library for creating slugs
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|