1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/devel/rubygem-sysinfo/Makefile
Sunpoet Po-Chuan Hsieh 002e9e9548 - Update to 0.8.0
- Use github as WWW

Changes:	https://github.com/delano/sysinfo/blob/master/CHANGES.txt
2012-05-02 17:53:50 +00:00

26 lines
561 B
Makefile

# New ports collection makefile for: rubygem-sysinfo
# Date created: 2011-11-07
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sysinfo
PORTVERSION= 0.8.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= All your system-independent infoz in one handy class
RUN_DEPENDS= rubygem-drydock>=0:${PORTSDIR}/devel/rubygem-drydock \
rubygem-storable>=0:${PORTSDIR}/devel/rubygem-storable
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/sysinfo
.include <bsd.port.mk>