diff options
Diffstat (limited to 'security/p5-App-TLSMe/Makefile')
-rw-r--r-- | security/p5-App-TLSMe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-App-TLSMe/Makefile b/security/p5-App-TLSMe/Makefile index eb9d74372a08..6c91940d99f4 100644 --- a/security/p5-App-TLSMe/Makefile +++ b/security/p5-App-TLSMe/Makefile @@ -11,11 +11,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0000$//} MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for TLS/SSL tunnel +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= \ p5-AnyEvent>=5.34:devel/p5-AnyEvent \ p5-Net-SSLeay>0:security/p5-Net-SSLeay \ p5-Proc-Pidfile>0:devel/p5-Proc-Pidfile -BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-TCP>0:devel/p5-Test-TCP USES= perl5 |