aboutsummaryrefslogblamecommitdiff
path: root/security/p5-Net-SAML/Makefile
blob: 2b1b8e841c731b387311266726485abcc591cbde (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                      
                    
























                                                                 






                                
# 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.27
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.pre.mk>

.if ${OSVERSION} >= 800037
BROKEN=		does not compile
.endif

.include <bsd.port.post.mk>