aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-SSH2/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-03 20:24:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-03 20:24:08 +0000
commit5a58a33db55e40122465fea691cf77a505418b41 (patch)
tree4aa85ee5e20af573ae5b4d936e53f758cbd5e1c5 /net/p5-Net-SSH2/Makefile
parentb899728084575e3cbaf5b6a9467d0c13824768e2 (diff)
downloadports-5a58a33db55e40122465fea691cf77a505418b41.tar.gz
ports-5a58a33db55e40122465fea691cf77a505418b41.zip
Update to 0.72
Notes
Notes: svn path=/head/; revision=560229
Diffstat (limited to 'net/p5-Net-SSH2/Makefile')
-rw-r--r--net/p5-Net-SSH2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/p5-Net-SSH2/Makefile b/net/p5-Net-SSH2/Makefile
index 38fc2e533f9e..4954b8e10a77 100644
--- a/net/p5-Net-SSH2/Makefile
+++ b/net/p5-Net-SSH2/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Net-SSH2
-PORTVERSION= 0.71
+PORTVERSION= 0.72
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,10 +15,9 @@ LICENSE_COMB= dual
LIB_DEPENDS= libssh2.so:security/libssh2
-USES= perl5
+USES= localbase perl5
USE_PERL5= configure
-CFLAGS+= -I${LOCALBASE}/include
PORTEXAMPLES= example/*
OPTIONS_DEFINE= EXAMPLES