mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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>
This commit is contained in:
parent
18e2902010
commit
016df89f55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210714
@ -483,6 +483,7 @@
|
||||
SUBDIR += p5-Net-Daemon-SSL
|
||||
SUBDIR += p5-Net-OpenID-JanRain
|
||||
SUBDIR += p5-Net-OpenID-Server
|
||||
SUBDIR += p5-Net-SAML
|
||||
SUBDIR += p5-Net-SSLeay
|
||||
SUBDIR += p5-Net-Server-Mail-ESMTP-AUTH
|
||||
SUBDIR += p5-Net-SinFP
|
||||
|
35
security/p5-Net-SAML/Makefile
Normal file
35
security/p5-Net-SAML/Makefile
Normal file
@ -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>
|
3
security/p5-Net-SAML/distinfo
Normal file
3
security/p5-Net-SAML/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (zxid-0.22.tgz) = 9c7d52080ce3b0111da2bef9513d5c88
|
||||
SHA256 (zxid-0.22.tgz) = 052de7fc4cef86ccc1a5526ad89362d52d6ea2afff70594763e7607035fc789e
|
||||
SIZE (zxid-0.22.tgz) = 2799246
|
4
security/p5-Net-SAML/pkg-descr
Normal file
4
security/p5-Net-SAML/pkg-descr
Normal file
@ -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/
|
11
security/p5-Net-SAML/pkg-plist
Normal file
11
security/p5-Net-SAML/pkg-plist
Normal file
@ -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%%
|
Loading…
Reference in New Issue
Block a user