mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
20 lines
370 B
Makefile
20 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>
|