mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
25 lines
481 B
Makefile
25 lines
481 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= xdg
|
|
PORTVERSION= 6.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= XDG Base Directory Standard Library for Ruby
|
|
|
|
LICENSE= HIPPOCRATIC
|
|
LICENSE_NAME= Hippocratic License
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.adoc
|
|
LICENSE_PERMS= auto-accept dist-mirror pkg-mirror
|
|
|
|
BROKEN_RUBY26= yes
|
|
BROKEN_RUBY27= yes
|
|
BROKEN_RUBY30= yes
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|