freebsd-ports/security/p5-Net-SAML/Makefile
Frederic Culot a1990a4dc0 - Update to 1.11
PR:		ports/176009
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2013-02-14 09:18:59 +00:00

34 lines
691 B
Makefile

# $FreeBSD$
PORTNAME= Net-SAML
PORTVERSION= 1.11
CATEGORIES= security perl5
MASTER_SITES= http://zxid.org/ \
CPAN
PKGNAMEPREFIX= p5-
DISTNAME= zxid-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for using SAML SSO
LICENSE= AL2
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
zxid:${PORTSDIR}/security/zxid
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/Net
MAN3= Net::SAML.3
post-patch:
@${REINPLACE_CMD} -e 's|/apps/openssl/std|${LOCALBASE}|' ${WRKSRC}/Makefile.PL
post-install:
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}/
cd ${WRKSRC}/../ && ${INSTALL_SCRIPT} zxid.pl zxidhlo.pl ${EXAMPLESDIR}/
.endif
.include <bsd.port.mk>