freebsd-ports/devel/rubygem-popen4/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00

22 lines
491 B
Makefile

PORTNAME= popen4
PORTVERSION= 0.1.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
DISTNAME= POpen4-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Cross platform API for managing child processes
WWW= https://github.com/shairontoledo/popen4
LICENSE= GPLv2 RUBY
LICENSE_COMB= dual
LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-open4>=0.4.0:devel/rubygem-open4 \
rubygem-platform>=0.4.0:devel/rubygem-platform
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>