mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
5eaac8b2ca
Approved by: novel
18 lines
488 B
Makefile
18 lines
488 B
Makefile
# Ports collection makefile for: rubygem-event-loop
|
|
# Date created: Fri Mar 31 20:45:37 PST 2006
|
|
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= event-loop
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= http://www.brockman.se/software/ruby-event-loop/
|
|
|
|
MAINTAINER= alexbl@FreeBSD.org
|
|
COMMENT= Event loop for ruby applications
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
.include <bsd.port.post.mk>
|