22 lines
455 B
Makefile
22 lines
455 B
Makefile
# $OpenBSD: Makefile,v 1.9 2020/07/03 21:45:38 sthen Exp $
|
|
|
|
COMMENT = superdaemon for hot-deploying server programs
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Server-Starter-0.35
|
|
CATEGORIES = net
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
REVISION = 0
|
|
|
|
TEST_DEPENDS = net/p5-Test-TCP>=2.08 \
|
|
devel/p5-Test-Requires \
|
|
devel/p5-Test-SharedFork
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
CONFIGURE_STYLE += modbuild
|
|
|
|
.include <bsd.port.mk>
|