svn commit: r368624 - head/security/p5-Authen-TypeKey

Andrej Zverev az at FreeBSD.org
Sat Sep 20 06:42:36 UTC 2014


Author: az
Date: Sat Sep 20 06:42:36 2014
New Revision: 368624
URL: http://svnweb.freebsd.org/changeset/ports/368624
QAT: https://qat.redports.org/buildarchive/r368624/

Log:
  fix build with perl 5.18
  
  PR:		193064

Modified:
  head/security/p5-Authen-TypeKey/Makefile

Modified: head/security/p5-Authen-TypeKey/Makefile
==============================================================================
--- head/security/p5-Authen-TypeKey/Makefile	Sat Sep 20 06:41:30 2014	(r368623)
+++ head/security/p5-Authen-TypeKey/Makefile	Sat Sep 20 06:42:36 2014	(r368624)
@@ -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>


More information about the svn-ports-head mailing list