summaryrefslogtreecommitdiff
path: root/sysutils/rubygem-sys-admin/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-08-09 04:53:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-08-09 04:53:54 +0000
commite99b6a584cd487d5ee07549b8af3f49ba530375f (patch)
tree1983e99ed8f878a30fbba58bba36b8598ea39c04 /sysutils/rubygem-sys-admin/Makefile
parentThe sys-filesystem library provides an interface (diff)
A unified, cross-platform replacement for the Etc
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>
Notes
Notes: svn path=/head/; revision=258974
Diffstat (limited to 'sysutils/rubygem-sys-admin/Makefile')
-rw-r--r--sysutils/rubygem-sys-admin/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/rubygem-sys-admin/Makefile b/sysutils/rubygem-sys-admin/Makefile
new file mode 100644
index 000000000000..2b85baa68d82
--- /dev/null
+++ b/sysutils/rubygem-sys-admin/Makefile
@@ -0,0 +1,22 @@
+# 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>