aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-03 19:38:50 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-03 19:38:50 +0000
commit553738ce07460234808268784984497a0aaf75b5 (patch)
tree6ba0fba1222f46dfa5656d46d94fa326213b4d7c /x11
parent593245956805b1831f47d18ee2aef1242c89e88f (diff)
downloadports-553738ce07460234808268784984497a0aaf75b5.tar.gz
ports-553738ce07460234808268784984497a0aaf75b5.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/rubygem-gnome2/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/x11/rubygem-gnome2/Makefile b/x11/rubygem-gnome2/Makefile
index 5b4c68f2e6d7..e9dcbfe156eb 100644
--- a/x11/rubygem-gnome2/Makefile
+++ b/x11/rubygem-gnome2/Makefile
@@ -1,17 +1,17 @@
# $FreeBSD$
PORTNAME= gnome2
-PORTVERSION= 2.2.3
+PORTVERSION= 2.2.5
CATEGORIES= x11 rubygems
CATEGORIES= x11 gnome rubygems
-MASTER_SITES= # none
PKGNAMEPREFIX= rubygem-
-DISTFILES= # none
-EXTRACT_ONLY= # none
MAINTAINER= ruby@FreeBSD.org
COMMENT= Meta port for all Ruby Gnome2 Gems
+LICENSE= LGPL21 LGPL3
+LICENSE_COMB= dual
+
RUN_DEPENDS= rubygem-clutter-gtk>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-clutter-gtk \
rubygem-goocanvas>=2.2.0:${PORTSDIR}/graphics/rubygem-goocanvas \
rubygem-rsvg2>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-rsvg2 \
@@ -23,10 +23,7 @@ RUN_DEPENDS= rubygem-clutter-gtk>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-cl
rubygem-poppler>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-poppler \
rubygem-vte>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-vte
+USES= metaport
USE_RUBY= yes
-NO_BUILD= yes
-
-do-install:
- @${DO_NADA}
.include <bsd.port.mk>