head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.10.26.16.08.41;	author culot;	state Exp;
branches;
next	1.2;

1.2
date	2011.04.29.13.26.27;	author culot;	state Exp;
branches;
next	1.1;

1.1
date	2009.07.28.17.54.27;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# Created by: Frank Wall <fw@@moov.de>
# $FreeBSD: head/security/p5-AuthCAS/Makefile 306449 2012-10-26 16:08:41Z culot $

PORTNAME=	AuthCAS
PORTVERSION=	1.6
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:OSALAUN
PKGNAMEPREFIX=	p5-

MAINTAINER=	fw@@moov.de
COMMENT=	A Perl API to Yale's Central Authentication System (CAS)

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL

RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	YES

MAN3=		AuthCAS.3

.include <bsd.port.mk>
@


1.3
log
@SVN rev 306449 on 2012-10-26 16:08:41Z by culot

- Update to 1.6 [1]
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/AuthCAS/Changes
PR:		ports/172939 [1]
Submitted by:	Geoffroy Desvernay <dgeo@@centrale-marseille.fr>
Approved by:	Frank Wall <fw@@moov.de> (maintainer)
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.2
log
@- Update to 1.5 [1]
- Make use of the CPAN:USER macro

Changes:	http://search.cpan.org/dist/AuthCAS/Changes
PR:		ports/156715 [1]
Submitted by:	Frank Wall <fw@@moov.de> (maintainer)
@
text
@d1 1
a1 4
# New ports collection makefile for:	p5-AuthCAS
# Date created:			Mon Jul 20 17:25:19 CEST 2009
# Whom:				Frank Wall <fw@@moov.de>
#
a2 1
#
d5 1
a5 1
PORTVERSION=	1.5
d14 3
@


1.1
log
@AuthCAS aims at providing a Perl API to Yale's Central Authentication
System (CAS). Only a basic Perl library is provided with CAS whereas
AuthCAS is a full object-oriented library.

WWW:	http://cpan.uwinnipeg.ca/dist/AuthCAS

PR:		ports/136956
Submitted by:	Frank Wall <fw at moov.de>
@
text
@d9 1
a9 1
PORTVERSION=	1.4
d11 2
a12 3
MASTER_SITES=	http://cpan.uwinnipeg.ca/cpan/authors/id/O/OS/OSALAUN/ \
		ftp://cpan.mirror.iphh.net/pub/CPAN/authors/id/O/OS/OSALAUN/ \
		http://cpan.mirror.iphh.net/authors/id/O/OS/OSALAUN/
d18 5
@

