mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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
This commit is contained in:
parent
1ca8cd57f2
commit
2cdd6fc241
5 changed files with 31 additions and 0 deletions
|
@ -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
|
||||
|
|
21
security/p5-URN-OASIS-SAML2/Makefile
Normal file
21
security/p5-URN-OASIS-SAML2/Makefile
Normal file
|
@ -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>
|
3
security/p5-URN-OASIS-SAML2/distinfo
Normal file
3
security/p5-URN-OASIS-SAML2/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1660576674
|
||||
SHA256 (URN-OASIS-SAML2-0.003.tar.gz) = ed9c047f0f93b07f170ef2aa46f1f87c4690f757f9e294df4f3f98f82ea7082c
|
||||
SIZE (URN-OASIS-SAML2-0.003.tar.gz) = 7522
|
4
security/p5-URN-OASIS-SAML2/pkg-descr
Normal file
4
security/p5-URN-OASIS-SAML2/pkg-descr
Normal file
|
@ -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
|
2
security/p5-URN-OASIS-SAML2/pkg-plist
Normal file
2
security/p5-URN-OASIS-SAML2/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/URN/OASIS/SAML2.pm
|
||||
%%PERL5_MAN3%%/URN::OASIS::SAML2.3.gz
|
Loading…
Add table
Reference in a new issue