opnsense-ports/devel/rubygem-xdg/Makefile
Franco Fichtner 3450e915f5 */*: sync with upstream
Taken from: HardenedBSD
2019-07-07 09:20:06 +02:00

23 lines
385 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= xdg
PORTVERSION= 3.0.1
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
BROKEN_RUBY24= yes
BROKEN_RUBY25= yes
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>