diff options
Diffstat (limited to 'security/p5-Net-SSLeay/Makefile')
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index 2e885dd57de2..1d9064026dcb 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-SSLeay PORTVERSION= 1.35 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to SSL +BUILD_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes CONFIGURE_ENV= OPENSSL_PREFIX=${OPENSSLBASE} USE_OPENSSL= yes |