24 lines
468 B
Makefile
24 lines
468 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= xdg
|
|
PORTVERSION= 6.4.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 2.1.0
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.adoc
|
|
LICENSE_PERMS= auto-accept dist-mirror pkg-mirror
|
|
|
|
BROKEN_RUBY27= yes
|
|
BROKEN_RUBY30= yes
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|