freebsd-ports/devel/rubygem-sysinfo/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

27 lines
544 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= sysinfo
PORTVERSION= 0.8.1
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= All your system-independent infoz in one handy class
LICENSE= MIT
RUN_DEPENDS= rubygem-drydock>=0:devel/rubygem-drydock \
rubygem-storable>=0:devel/rubygem-storable
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USES= shebangfix
SHEBANG_FILES= bin/sysinfo
PLIST_FILES= bin/sysinfo
.include <bsd.port.mk>