1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net/p5-Server-Starter/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
500 B
Makefile

PORTNAME= Server-Starter
PORTVERSION= 0.34
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KAZUHO
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension of superdaemon for hot-deploying server programs
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Requires>=0:devel/p5-Test-Requires \
p5-Test-SharedFork>0:devel/p5-Test-SharedFork \
p5-Test-TCP>=0:devel/p5-Test-TCP
USES= perl5
USE_PERL5= modbuild
NO_ARCH= YES
.include <bsd.port.mk>