blob: d1145882b5c37280a6a6311865723d7d9118633c (
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
29
30
31
|
# Created by: Dereckson <dereckson@gmail.com>
# $FreeBSD$
PORTNAME= rhc
PORTVERSION= 1.32.2
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= RG
MAINTAINER= dereckson@gmail.com
COMMENT= Administration console client for RedHat OpenShift
LICENSE= APACHE20
RUN_DEPENDS= ${LOCALBASE}/bin/minitar:${PORTSDIR}/archivers/rubygem-archive-tar-minitar \
${LOCALBASE}/bin/commander:${PORTSDIR}/devel/rubygem-commander \
rubygem-highline>=1.6.11:${PORTSDIR}/devel/rubygem-highline \
rubygem-httpclient>=2.4:${PORTSDIR}/www/rubygem-httpclient \
rubygem-net-scp>=1.1.2:${PORTSDIR}/security/rubygem-net-scp \
rubygem-net-ssh>=2.0.11:${PORTSDIR}/security/rubygem-net-ssh \
rubygem-net-ssh-multi>=1.2.0:${PORTSDIR}/security/rubygem-net-ssh-multi \
rubygem-open4>0:${PORTSDIR}/devel/rubygem-open4
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rhc
.include <bsd.port.mk>
|