Date: Sat, 27 Aug 2022 10:30:35 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2cdd6fc241aa - main - security/p5-URN-OASIS-SAML2: Add p5-URN-OASIS-SAML2 0.003 Message-ID: <202208271030.27RAUZYo046967@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2cdd6fc241aa50187c52d5a3abc185c9c0a2c36c commit 2cdd6fc241aa50187c52d5a3abc185c9c0a2c36c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-08-27 10:10:18 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-08-27 10:10:18 +0000 security/p5-URN-OASIS-SAML2: Add p5-URN-OASIS-SAML2 0.003 URN::OASIS::SAML2 provides constants which are in use by the SAML2 implementation. WWW: https://metacpan.org/dist/URN-OASIS-SAML2 --- security/Makefile | 1 + security/p5-URN-OASIS-SAML2/Makefile | 21 +++++++++++++++++++++ security/p5-URN-OASIS-SAML2/distinfo | 3 +++ security/p5-URN-OASIS-SAML2/pkg-descr | 4 ++++ security/p5-URN-OASIS-SAML2/pkg-plist | 2 ++ 5 files changed, 31 insertions(+) diff --git a/security/Makefile b/security/Makefile index c7b9abe82074..805bb3faef8f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -683,6 +683,7 @@ SUBDIR += p5-Text-Password-Pronounceable SUBDIR += p5-Tie-EncryptedHash SUBDIR += p5-Tree-Authz + SUBDIR += p5-URN-OASIS-SAML2 SUBDIR += p5-Unix-Passwd-File SUBDIR += p5-Unix-setuid SUBDIR += p5-Yahoo-BBAuth diff --git a/security/p5-URN-OASIS-SAML2/Makefile b/security/p5-URN-OASIS-SAML2/Makefile new file mode 100644 index 000000000000..6510c7969dcf --- /dev/null +++ b/security/p5-URN-OASIS-SAML2/Makefile @@ -0,0 +1,21 @@ +PORTNAME= URN-OASIS-SAML2 +PORTVERSION= 0.003 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:WATERKIP +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Constants for urn:oasis SAML2 implementations + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/security/p5-URN-OASIS-SAML2/distinfo b/security/p5-URN-OASIS-SAML2/distinfo new file mode 100644 index 000000000000..25afd4c3ba01 --- /dev/null +++ b/security/p5-URN-OASIS-SAML2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1660576674 +SHA256 (URN-OASIS-SAML2-0.003.tar.gz) = ed9c047f0f93b07f170ef2aa46f1f87c4690f757f9e294df4f3f98f82ea7082c +SIZE (URN-OASIS-SAML2-0.003.tar.gz) = 7522 diff --git a/security/p5-URN-OASIS-SAML2/pkg-descr b/security/p5-URN-OASIS-SAML2/pkg-descr new file mode 100644 index 000000000000..1903102ae0db --- /dev/null +++ b/security/p5-URN-OASIS-SAML2/pkg-descr @@ -0,0 +1,4 @@ +URN::OASIS::SAML2 provides constants which are in use by the SAML2 +implementation. + +WWW: https://metacpan.org/dist/URN-OASIS-SAML2 diff --git a/security/p5-URN-OASIS-SAML2/pkg-plist b/security/p5-URN-OASIS-SAML2/pkg-plist new file mode 100644 index 000000000000..be48b17264d0 --- /dev/null +++ b/security/p5-URN-OASIS-SAML2/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/URN/OASIS/SAML2.pm +%%PERL5_MAN3%%/URN::OASIS::SAML2.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208271030.27RAUZYo046967>