mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
cf118ccf87
Reported by: lwhsu
23 lines
500 B
Makefile
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>
|