1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- Remove leading indefinite article from COMMENT

- Add LICENSE
- Add RG link to pkg-descr
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-12-31 14:30:56 +00:00
parent e3d359fde5
commit ad19cfa5b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338316
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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