forked from Lainports/freebsd-ports
- Update WWW - Take maintainership Changes: https://github.com/dtao/safe_yaml/blob/master/CHANGES.md
24 lines
376 B
Makefile
24 lines
376 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= safe_yaml
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Parse YAML safely
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem shebangfix
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/safe_yaml
|
|
|
|
SHEBANG_GLOB= *.sh
|
|
|
|
.include <bsd.port.mk>
|