19 lines
370 B
Makefile
19 lines
370 B
Makefile
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
|
|
|
|
PORTNAME= serverengine
|
|
PORTVERSION= 2.2.4
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
|
COMMENT= Framework to implement robust multiprocess servers
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-sigdump>=0.2.2:devel/rubygem-sigdump
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|