freebsd-ports/devel/rubygem-open4/Makefile
Tilman Keskinoz fe8f174825 Cleanup empty directories too.
Reported by:	pointhat
pointyhat^2 to:	arved
2008-01-18 16:06:51 +00:00

20 lines
472 B
Makefile

# Ports collection makefile for: rubygem-open4
# Date created: 2007-12-17
# Whom: arved
#
# $FreeBSD$
PORTNAME= open4
PORTVERSION= 0.9.6
PORTREVISION= 2
CATEGORIES= devel rubygems
MASTER_SITES= http://codeforpeople.com/lib/ruby/open4/${DISTNAME}/
MAINTAINER= arved@FreeBSD.org
COMMENT= Open4 manages child processes and their io handles
USE_RUBY= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>