Required for gitlab-ce 13.12. Changelog: https://github.com/norman/babosa/blob/master/Changelog.md
18 lines
313 B
Makefile
18 lines
313 B
Makefile
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
|
|
|
|
PORTNAME= babosa
|
|
PORTVERSION= 1.0.4
|
|
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
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|