aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-popen4/Makefile
blob: d876666b2b0798670de89f9c7e84c215d987da1f (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
# Created by: rpsfa@rit.edu
# $FreeBSD$

PORTNAME=   popen4
PORTVERSION=    0.1.4
CATEGORIES= devel rubygems
MASTER_SITES=   RG
DISTNAME=   ${GEM_NAME}

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Cross platform API for managing child processes

LICENSE=    GPLv2 RUBY
LICENSE_COMB=   dual

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:autoplist
GEM_NAME=   POpen4-${PORTVERSION}

.include <bsd.port.mk>