aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2015-03-09 03:45:54 +0800
committeradamw <adamw@FreeBSD.org>2015-03-09 03:45:54 +0800
commit36239611e1efe62c89ae9cc15c41b29e54d95550 (patch)
treecac17e23deb65225f6838e4ad6aa080203e8d5ca
parentb9d93dcd4fb1df5e8834c6ad7f77de9a65765d2d (diff)
downloadfreebsd-ports-gnome-36239611e1efe62c89ae9cc15c41b29e54d95550.tar.gz
freebsd-ports-gnome-36239611e1efe62c89ae9cc15c41b29e54d95550.tar.zst
freebsd-ports-gnome-36239611e1efe62c89ae9cc15c41b29e54d95550.zip
Remove obsolete cruft from Makefile that either no longer reflects
the codebase, or touches code paths that aren't accessed. PR: 191901 Submitted by: Trond.Endrestol@ximalas.info
-rw-r--r--security/p5-Crypt-SSLeay/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile
index d553d6c9ae2b..50612d6ff3ca 100644
--- a/security/p5-Crypt-SSLeay/Makefile
+++ b/security/p5-Crypt-SSLeay/Makefile
@@ -18,14 +18,8 @@ BUILD_DEPENDS= p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https
p5-Try-Tiny>=0.19:${PORTSDIR}/lang/p5-Try-Tiny
RUN_DEPENDS= p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https
-CONFIGURE_ENV= CRYPT_SSLEAY_LIVE_TEST_WANTED=0
-MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC}
USES= perl5
USE_PERL5= configure
USE_OPENSSL= yes
-post-patch:
- @${REINPLACE_CMD} -e '/LIBS/ s|-lssl32 -lssleay32 -leay32|-L${OPENSSLLIB}|' \
- -e '/is_live_test_wanted()/d' ${WRKSRC}/Makefile.PL
-
.include <bsd.port.mk>