opnsense-ports/security/p5-Net-Daemon-SSL/Makefile
Franco Fichtner 62b2f67211 */*: sync with upstream
Taken from: FreeBSD
2022-07-21 08:10:06 +02:00

19 lines
468 B
Makefile

PORTNAME= Net-Daemon-SSL
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= security net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= simond@irrelevant.org
COMMENT= Perl5 extension for portable daemons
USES= perl5
USE_PERL5= configure
BUILD_DEPENDS+= p5-Net-Daemon>=0:net/p5-Net-Daemon \
p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL
RUN_DEPENDS+= p5-Net-Daemon>=0:net/p5-Net-Daemon \
p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL
.include <bsd.port.mk>