mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
24 lines
493 B
Makefile
24 lines
493 B
Makefile
PORTNAME= sysinfo
|
|
PORTVERSION= 0.10.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= All your system-independent infoz in one handy class
|
|
WWW= https://github.com/delano/sysinfo
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-drydock>=0<1.0:devel/rubygem-drydock \
|
|
rubygem-storable>=0.10<1:devel/rubygem-storable
|
|
|
|
USES= gem shebangfix
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/sysinfo
|
|
|
|
SHEBANG_FILES= bin/sysinfo
|
|
|
|
.include <bsd.port.mk>
|