mirror of https://git.FreeBSD.org/ports.git
21 lines
380 B
Makefile
21 lines
380 B
Makefile
PORTNAME= x
|
|
PORTVERSION= 0.16.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby interface to the X API
|
|
WWW= https://sferik.github.io/x-ruby/ \
|
|
https://github.com/sferik/x-ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-base64>=0.2:converters/rubygem-base64
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|