aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-12-31 22:30:56 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-12-31 22:30:56 +0800
commit6e63b7a6a62d809c56658b12dfd3d313ff66d2b9 (patch)
tree503ee6b72ec3addefc7bd017dea50272b3a83254
parent13cc118aa78f406f7309aad2fdefdbfb30c04307 (diff)
downloadfreebsd-ports-gnome-6e63b7a6a62d809c56658b12dfd3d313ff66d2b9.tar.gz
freebsd-ports-gnome-6e63b7a6a62d809c56658b12dfd3d313ff66d2b9.tar.zst
freebsd-ports-gnome-6e63b7a6a62d809c56658b12dfd3d313ff66d2b9.zip
- Remove leading indefinite article from COMMENT
- Add LICENSE - Add RG link to pkg-descr
-rw-r--r--devel/rubygem-popen4/Makefile5
-rw-r--r--devel/rubygem-popen4/pkg-descr1
2 files changed, 5 insertions, 1 deletions
diff --git a/devel/rubygem-popen4/Makefile b/devel/rubygem-popen4/Makefile
index 7c14ef9f798e..251a2a9e337f 100644
--- a/devel/rubygem-popen4/Makefile
+++ b/devel/rubygem-popen4/Makefile
@@ -8,7 +8,10 @@ MASTER_SITES= RG
DISTNAME= ${GEM_NAME}
MAINTAINER= ruby@FreeBSD.org
-COMMENT= A cross platform API for managing child processes
+COMMENT= Cross platform API for managing child processes
+
+LICENSE= GPLv2 RUBY
+LICENSE_COMB= dual
RUN_DEPENDS= rubygem-open4>=0.4.0:${PORTSDIR}/devel/rubygem-open4 \
rubygem-platform>=0.4.0:${PORTSDIR}/devel/rubygem-platform
diff --git a/devel/rubygem-popen4/pkg-descr b/devel/rubygem-popen4/pkg-descr
index af2af1b70e24..9f7cb0659f59 100644
--- a/devel/rubygem-popen4/pkg-descr
+++ b/devel/rubygem-popen4/pkg-descr
@@ -3,3 +3,4 @@ executing a command in a child process with handles on stdout,
stderr, stdin streams as well as access to the process ID and exit status.
WWW: https://github.com/shairontoledo/popen4
+RG: https://rubygems.org/gems/POpen4