freebsd-ports/devel/rubygem-xdg/Makefile
Sunpoet Po-Chuan Hsieh 909155fd70 Update to 3.0.0
- Update LICENSE

Changes:	https://github.com/bkuhlmann/xdg/blob/master/CHANGES.md
2019-06-02 18:38:01 +00:00

20 lines
346 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= xdg
PORTVERSION= 3.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= XDG Base Directory Standard Library for Ruby
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>