diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Net-SAML/Makefile | 12 | ||||
-rw-r--r-- | security/p5-Net-SAML/distinfo | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/security/p5-Net-SAML/Makefile b/security/p5-Net-SAML/Makefile index 5d410fffc1d7..ecf073c85be0 100644 --- a/security/p5-Net-SAML/Makefile +++ b/security/p5-Net-SAML/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Net-SAML -PORTVERSION= 1.16 +PORTVERSION= 1.18 CATEGORIES= security perl5 MASTER_SITES= http://zxid.org/ \ CPAN @@ -14,8 +14,10 @@ COMMENT= Perl extension for using SAML SSO LICENSE= AL2 -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - zxid:${PORTSDIR}/security/zxid +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libzxid.so:${PORTSDIR}/security/zxid + +OPTIONS_DEFINE= EXAMPLES USES= perl5 shebangfix USE_PERL5= configure @@ -28,9 +30,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/apps/openssl/std|${LOCALBASE}|' ${WRKSRC}/Makefile.PL post-install: -.if !defined(NOPORTEXAMPLES) @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/.. && ${INSTALL_SCRIPT} zxid.pl zxidhlo.pl ${STAGEDIR}${EXAMPLESDIR}) -.endif + (cd ${WRKSRC}/ && ${INSTALL_SCRIPT} ../zxid.pl ../zxidhlo.pl ${STAGEDIR}${EXAMPLESDIR}) .include <bsd.port.mk> diff --git a/security/p5-Net-SAML/distinfo b/security/p5-Net-SAML/distinfo index 72a521e5fec8..bb96a7b84e35 100644 --- a/security/p5-Net-SAML/distinfo +++ b/security/p5-Net-SAML/distinfo @@ -1,2 +1,2 @@ -SHA256 (zxid-1.16.tgz) = 995b8ceb3c002423b385c43e442e1dcb5691ab5bbacd2f87856dfd167249881e -SIZE (zxid-1.16.tgz) = 2102718 +SHA256 (zxid-1.18.tgz) = 80cd65e0fd45d61cbf4f0a0e46c11f8dc7752979676d00ce89719ce3497ec393 +SIZE (zxid-1.18.tgz) = 2075055 |