1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/rubygem-eventmachine/Makefile
Sunpoet Po-Chuan Hsieh d3a6b2d089 - Remove leading indefinite article from COMMENT
- Add LICENSE
2013-12-31 06:58:55 +00:00

20 lines
368 B
Makefile

# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= eventmachine
PORTVERSION= 1.0.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast, simple event-processing library for Ruby programs
LICENSE= GPLv2 RUBY
LICENSE_COMB= dual
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>