1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/sysutils/rubygem-sys-admin/Makefile
Steve Wills 05520a5998 - Update to 1.5.6
PR:		ports/162098
Submitted by:	swills (myself)
Approved by:	maintainer timeout (3 weeks)
Feature safe:	yes
2011-11-23 02:32:07 +00:00

29 lines
602 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.6
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.pre.mk>
.if ${OSVERSION} > 900007
BROKEN= umpt.h has been removed
.endif
.include <bsd.port.post.mk>