module that allows you to get information about users and groups. WWW: http://sysutils.rubyforge.org/ PR: ports/149383 Submitted by: Eric Freeman <freebsdports at chillibear.com>
23 lines
503 B
Makefile
23 lines
503 B
Makefile
# Ports collection makefile for: rubygem-sys-admin
|
|
# Date created: 30 July 2010
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sys-admin
|
|
PORTVERSION= 1.5.2
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= Unified, cross platform replacement for the Etc module
|
|
|
|
RUN_DEPENDS= rubygem-test-unit>=2.0.3:${PORTSDIR}/devel/rubygem-test-unit
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|