1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/security/p5-Net-SAML/Makefile
Pav Lucistnik 016df89f55 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>
2008-04-07 07:37:14 +00:00

36 lines
736 B
Makefile

# 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>