diff options
-rw-r--r-- | security/p5-Authen-TypeKey/Makefile | 7 |
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> |