diff options
author | pav <pav@FreeBSD.org> | 2008-04-07 15:37:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-07 15:37:14 +0800 |
commit | 24ec5f53d528360c330a243d921d87028f642fb5 (patch) | |
tree | d71d1bb229955eb7f03a3844fd078be3bd53ee08 /security/p5-Net-SAML | |
parent | 1e70162436dccb036f31f496c3c9561ba6d15e31 (diff) | |
download | freebsd-ports-gnome-24ec5f53d528360c330a243d921d87028f642fb5.tar.gz freebsd-ports-gnome-24ec5f53d528360c330a243d921d87028f642fb5.tar.zst freebsd-ports-gnome-24ec5f53d528360c330a243d921d87028f642fb5.zip |
A Perl module wrapping libzxid. Also zxid.pl, that implements SP in
mod_perl environment, is supplied.
WWW: http://zxid.org/
PR: ports/114800
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Diffstat (limited to 'security/p5-Net-SAML')
-rw-r--r-- | security/p5-Net-SAML/Makefile | 35 | ||||
-rw-r--r-- | security/p5-Net-SAML/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Net-SAML/pkg-descr | 4 | ||||
-rw-r--r-- | security/p5-Net-SAML/pkg-plist | 11 |
4 files changed, 53 insertions, 0 deletions
diff --git a/security/p5-Net-SAML/Makefile b/security/p5-Net-SAML/Makefile new file mode 100644 index 000000000000..4627fa171838 --- /dev/null +++ b/security/p5-Net-SAML/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: p5-Net-SAML +# Date created: 2007-07-14 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-SAML +PORTVERSION= 0.22 +CATEGORIES= security perl5 +MASTER_SITES= http://zxid.org/ +PKGNAMEPREFIX= p5- +DISTNAME= zxid-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= gslin@gslin.org +COMMENT= Perl extension for using SAML SSO + +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ + zxid:${PORTSDIR}/security/zxid + +PERL_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${DISTNAME}/Net + +post-patch: + ${REINPLACE_CMD} -e 's!/apps/openssl/std!${LOCALBASE}!' \ + ${WRKSRC}/Makefile.PL + +post-install: + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/../zxid.pl ${EXAMPLESDIR} + +MAN3= Net::SAML.3 + +.include <bsd.port.mk> diff --git a/security/p5-Net-SAML/distinfo b/security/p5-Net-SAML/distinfo new file mode 100644 index 000000000000..c1e8e510e424 --- /dev/null +++ b/security/p5-Net-SAML/distinfo @@ -0,0 +1,3 @@ +MD5 (zxid-0.22.tgz) = 9c7d52080ce3b0111da2bef9513d5c88 +SHA256 (zxid-0.22.tgz) = 052de7fc4cef86ccc1a5526ad89362d52d6ea2afff70594763e7607035fc789e +SIZE (zxid-0.22.tgz) = 2799246 diff --git a/security/p5-Net-SAML/pkg-descr b/security/p5-Net-SAML/pkg-descr new file mode 100644 index 000000000000..95470b4f85cc --- /dev/null +++ b/security/p5-Net-SAML/pkg-descr @@ -0,0 +1,4 @@ +A Perl module wrapping libzxid. Also zxid.pl, that implements SP in +mod_perl environment, is supplied. + +WWW: http://zxid.org/ diff --git a/security/p5-Net-SAML/pkg-plist b/security/p5-Net-SAML/pkg-plist new file mode 100644 index 000000000000..e667c29b6c18 --- /dev/null +++ b/security/p5-Net-SAML/pkg-plist @@ -0,0 +1,11 @@ +@comment $FreeBSD$ +%%EXAMPLESDIR%%/zxid.pl +%%SITE_PERL%%/%%PERL_ARCH%%/Net/SAML.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/SAML.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SAML/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SAML/SAML.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SAML/SAML.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SAML +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net +@dirrmtry %%EXAMPLESDIR%% |