1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/textproc/rubygem-psych/Makefile
Sunpoet Po-Chuan Hsieh 6971207655 Update to 3.3.0
- Add LICENSE_FILE

Changes:	https://github.com/ruby/psych/commits/master
2021-01-03 20:21:53 +00:00

21 lines
350 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= psych
PORTVERSION= 3.3.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= YAML parser and emitter
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libyaml.so:textproc/libyaml
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>