aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-TypeKey
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2014-09-20 06:42:36 +0000
committerAndrej Zverev <az@FreeBSD.org>2014-09-20 06:42:36 +0000
commit4e004e20c90b900611aa8bb1d843be0cffa67584 (patch)
treed969521f901b77190415a735620522b64d932d0c /security/p5-Authen-TypeKey
parentda057fb3a3081e00f563fab2db452b1efd0e00c1 (diff)
downloadports-4e004e20c90b900611aa8bb1d843be0cffa67584.tar.gz
ports-4e004e20c90b900611aa8bb1d843be0cffa67584.zip
fix build with perl 5.18
PR: 193064
Notes
Notes: svn path=/head/; revision=368624
Diffstat (limited to 'security/p5-Authen-TypeKey')
-rw-r--r--security/p5-Authen-TypeKey/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/p5-Authen-TypeKey/Makefile b/security/p5-Authen-TypeKey/Makefile
index 76acc53c0502..eda141999c37 100644
--- a/security/p5-Authen-TypeKey/Makefile
+++ b/security/p5-Authen-TypeKey/Makefile
@@ -16,10 +16,15 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
- p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+ p5-Module-Install>0:${PORTSDIR}/devel/p5-Module-Install
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
+post-patch:
+ # Really old M::I code
+ ${RM} -rf ${WRKSRC}/inc
+
.include <bsd.port.mk>