head	1.17;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.17
date	2013.02.14.09.52.52;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.02.15.08.14.56;	author sunpoet;	state Exp;
branches;
next	1.14;

1.14
date	2012.02.12.14.06.39;	author sunpoet;	state Exp;
branches;
next	1.13;

1.13
date	2012.01.09.15.41.03;	author tabthorpe;	state Exp;
branches;
next	1.12;

1.12
date	2011.06.21.06.58.19;	author az;	state Exp;
branches;
next	1.11;

1.11
date	2011.03.01.11.24.12;	author sunpoet;	state Exp;
branches;
next	1.10;

1.10
date	2010.12.17.20.16.37;	author pgollucci;	state Exp;
branches;
next	1.9;

1.9
date	2010.11.18.00.51.41;	author sunpoet;	state Exp;
branches;
next	1.8;

1.8
date	2010.04.03.10.44.30;	author roam;	state Exp;
branches;
next	1.7;

1.7
date	2009.12.18.01.36.03;	author wen;	state Exp;
branches;
next	1.6;

1.6
date	2009.11.16.02.12.03;	author wen;	state Exp;
branches;
next	1.5;

1.5
date	2009.11.02.10.12.19;	author jadawin;	state Exp;
branches;
next	1.4;

1.4
date	2009.01.23.15.43.08;	author roam;	state Exp;
branches;
next	1.3;

1.3
date	2008.10.29.01.20.24;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2008.07.24.21.14.07;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2008.04.07.07.37.14;	author pav;	state Exp;
branches;
next	;


desc
@@


1.17
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312207
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/security/p5-Net-SAML/Makefile 312207 2013-02-14 09:18:59Z culot $

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


1.16
log
@Switch exporter over
@
text
@d1 1
a1 6
# New ports collection makefile for:	p5-Net-SAML
# Date created:		2007-07-14
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/security/p5-Net-SAML/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d4 1
a4 1
PORTVERSION=	1.05
d6 2
a7 2
MASTER_SITES=	CPAN \
		http://zxid.org/
@


1.15
log
@- Add official site to MASTER_SITES

Reported by:	pointyhat
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@- Update to 1.05
- Respect PORTEXAMPLES

Changes:	http://search.cpan.org/dist/zxid/Changes
@
text
@d11 2
a12 1
MASTER_SITES=	CPAN
@


1.13
log
@- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
@
text
@d9 1
a9 1
PORTVERSION=	0.76
a11 1
MASTER_SITE_SUBDIR=	CPAN:SAMPO
d27 2
d30 1
a30 2
	${REINPLACE_CMD} -e 's!/apps/openssl/std!${LOCALBASE}!' \
		${WRKSRC}/Makefile.PL
d33 4
a36 5
	${MKDIR} ${EXAMPLESDIR}
	${INSTALL_SCRIPT} ${WRKSRC}/../zxid.pl    ${EXAMPLESDIR}
	${INSTALL_SCRIPT} ${WRKSRC}/../zxidhlo.pl ${EXAMPLESDIR}

MAN3=		Net::SAML.3
@


1.12
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro
@
text
@d20 1
a20 1
LICENSE=	ASL
@


1.11
log
@- Update to 0.76

Changes:	http://search.cpan.org/dist/zxid/
@
text
@d11 2
a12 2
MASTER_SITES=	CPAN/../../authors/id/S/SA/SAMPO/ \
		http://zxid.org/
@


1.10
log
@- Update to 0.72

With Hat:       perl@@
Changes:        http://zxid.org/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.72
@


1.9
log
@- Update to 0.70
- Add MASTER_SITES: CPAN
- Add LICENSE while I'm here
- Add CPAN URL to pkg-descr

PR:		ports/152329
Submitted by:	Gea-Suan Lin <gslin@@gslin.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.70
@


1.8
log
@Chase the ftp/curl shlib version bump.
@
text
@d9 1
a9 2
PORTVERSION=	0.44
PORTREVISION=	1
d11 2
a12 1
MASTER_SITES=	http://zxid.org/
d20 2
@


1.7
log
@- Update to 0.44
@
text
@d10 1
@


1.6
log
@- Update to 0.40
- Reset maintainer

PR:		ports/140588
Submitted by:	Gea-Suan Lin <gslin@@gslin.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.40
@


1.5
log
@- Update to 0.38

PR:		ports/140149
Submitted by:	Denis Shaposhnikov <dsh _AT_ wizard.volgograd.ru>
Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.38
d16 1
a16 1
MAINTAINER=	gslin@@gslin.org
@


1.4
log
@Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
@
text
@d9 1
a9 2
PORTVERSION=	0.27
PORTREVISION=	1
d31 2
a32 1
	${INSTALL_SCRIPT} ${WRKSRC}/../zxid.pl ${EXAMPLESDIR}
d36 1
a36 7
.include <bsd.port.pre.mk>

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

.include <bsd.port.post.mk>
@


1.3
log
@- Update to 0.27

PR:		128372
Submitted by:	leeym
Approved by:	maintainer
@
text
@d10 1
@


1.2
log
@- Mark BROKEN on 8-CURRENT: does not like hexdump
@
text
@d9 1
a9 1
PORTVERSION=	0.22
@


1.1
log
@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>
@
text
@d35 7
a41 1
.include <bsd.port.mk>
@

