Skip to content

Commit

Permalink
p5-net-ssleay: use openssl PG
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeotten committed Oct 26, 2021
1 parent 49e62ea commit cbbf887
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions perl/p5-net-ssleay/Portfile
Expand Up @@ -2,10 +2,11 @@

PortSystem 1.0
PortGroup perl5 1.0
PortGroup openssl 1.0

perl5.branches 5.28 5.30 5.32
perl5.setup Net-SSLeay 1.90
revision 0
revision 1
license Artistic-2
maintainers nomaintainer
description Perl extension for using OpenSSL
Expand All @@ -22,10 +23,7 @@ if {${perl5.major} != ""} {
port:p${perl5.major}-test-nowarnings \
port:p${perl5.major}-test-warn

depends_lib-append \
path:lib/libssl.dylib:openssl

configure.env OPENSSL_PREFIX=${prefix}
configure.env OPENSSL_PREFIX=[openssl::install_area]

# clang: error: unknown argument: '-fstack-protector-strong'
if {[string match *clang* ${configure.compiler}]} {
Expand Down

0 comments on commit cbbf887

Please sign in to comment.