blob: 5303ffe250ff13418df2d66f1277faa7865725a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 900007
BROKEN= umpt.h has been removed
.endif
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.post.mk>
|