head	1.18;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.17
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.17
	RELEASE_7_2_0:1.17
	RELEASE_7_1_0:1.17
	RELEASE_6_4_0:1.17
	RELEASE_5_EOL:1.17
	RELEASE_7_0_0:1.16
	RELEASE_6_3_0:1.16
	PRE_XORG_7:1.16
	RELEASE_4_EOL:1.16
	RELEASE_6_2_0:1.16
	RELEASE_6_1_0:1.13
	RELEASE_5_5_0:1.13
	RELEASE_6_0_0:1.13
	RELEASE_5_4_0:1.13
	RELEASE_4_11_0:1.13
	RELEASE_5_3_0:1.13
	RELEASE_4_10_0:1.13
	RELEASE_5_2_1:1.13
	RELEASE_5_2_0:1.13
	RELEASE_4_9_0:1.13
	RELEASE_5_1_0:1.13
	RELEASE_4_8_0:1.13
	RELEASE_5_0_0:1.10
	RELEASE_4_7_0:1.9
	RELEASE_4_6_2:1.9
	RELEASE_4_6_1:1.9
	RELEASE_4_6_0:1.9
	RELEASE_5_0_DP1:1.9
	RELEASE_4_5_0:1.7
	RELEASE_4_4_0:1.7
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	v0_08:1.1.1.1
	MATT:1.1.1;
locks; strict;
comment	@# @;


1.18
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2008.04.17.14.27.59;	author araujo;	state Exp;
branches;
next	1.16;

1.16
date	2006.06.25.16.38.42;	author clsung;	state Exp;
branches;
next	1.15;

1.15
date	2006.03.22.13.30.39;	author des;	state Exp;
branches;
next	1.14;

1.14
date	2006.03.20.16.03.38;	author des;	state Exp;
branches;
next	1.13;

1.13
date	2003.03.07.06.10.43;	author ade;	state Exp;
branches;
next	1.12;

1.12
date	2003.02.25.13.28.18;	author des;	state Exp;
branches;
next	1.11;

1.11
date	2003.01.22.01.51.14;	author des;	state Exp;
branches;
next	1.10;

1.10
date	2002.11.28.11.55.43;	author des;	state Exp;
branches;
next	1.9;

1.9
date	2002.03.06.22.38.04;	author des;	state Exp;
branches;
next	1.8;

1.8
date	2002.03.05.12.54.37;	author des;	state Exp;
branches;
next	1.7;

1.7
date	2001.07.23.14.11.52;	author vanilla;	state Exp;
branches;
next	1.6;

1.6
date	2001.05.10.15.34.48;	author vanilla;	state Exp;
branches;
next	1.5;

1.5
date	2001.03.01.06.37.01;	author vanilla;	state Exp;
branches;
next	1.4;

1.4
date	2000.06.17.02.36.45;	author will;	state Exp;
branches;
next	1.3;

1.3
date	2000.04.23.12.24.19;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	2000.04.09.18.30.08;	author cpiazza;	state Exp;
branches;
next	1.1;

1.1
date	99.11.26.20.32.25;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.11.26.20.32.25;	author steve;	state Exp;
branches;
next	;


desc
@@


1.18
log
@Switch exporter over
@
text
@# New ports collection makefile for:    p5-Authen-PAM
# Date created:				Mon Oct  4 1999
# Whom:	      				Matt Behrens <matt@@zigg.com>
#
# $FreeBSD: head/security/p5-Authen-PAM/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Authen-PAM
PORTVERSION=	0.16
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	des@@FreeBSD.org
COMMENT=	A Perl interface to the PAM library

PERL_CONFIGURE=	yes
CONFIGURE_ARGS=	-DPAM_STRERROR_NEEDS_PAMH

MAN3=		Authen::PAM.3 \
		Authen::PAM::FAQ.3

.include <bsd.port.mk>
@


1.17
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@@, so approved by
  portmgr (erwin) first.

PR:		ports/98755
Submitted by:	rafan
Approved by:	portmgr (erwin)
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Authen
@


1.15
log
@Add a missing @@dirrm.
@
text
@a21 1
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.14
log
@Update to 0.16.

PR:		ports/94712
Submitted by:	KIMURA Yasuhiro <yasu@@utahime.org> (and several other people)
@
text
@d10 1
@


1.13
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d9 1
a9 1
PORTVERSION=	0.14
d22 2
a23 2
MAN3=		Authen::FAQ.3 \
		Authen::PAM.3
@


1.12
log
@0.14 has been out for a while.
@
text
@d16 1
@


1.11
log
@Recent versions of OpenPAM require <sys/types.h> to be included before
<security/pam_appl.h>.  Make configure{,.in} do so.
@
text
@d9 1
a9 2
PORTVERSION=	0.13
PORTREVISION=	1
@


1.10
log
@Make this build again by adding the correct configuration incantations.

Approved by:	portmgr (kris)
@
text
@d10 1
@


1.9
log
@Upgrade to 0.13.  This makes PORTVERSION go backwards, but since the
distfile for the previous version disappeared within hours of the port
being committed, I'll just pretend that the previous commit never
happened.
@
text
@d18 1
@


1.8
log
@Grab unmaintained port, and upgrade to OpenPAM-aware 0.13.pre2.
@
text
@d9 1
a9 2
PORTVERSION=	0.13.p2
PORTREVISION=	1
d11 1
a11 1
MASTER_SITES=	http://www.cs.kuleuven.ac.be/~pelov/pam/download/
a12 2
DISTNAME=	${PORTNAME}-${PORTVERSION:C/\.p.*//}
DISTFILES=	${PORTNAME}-${PORTVERSION:S/.p/pre/}.tar.gz
@


1.7
log
@Upgrade to 0.12.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/p5-Authen-PAM/Makefile,v 1.6 2001/05/10 15:34:48 vanilla Exp $
d9 2
a10 1
PORTVERSION=	0.12
d12 1
a12 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
d14 2
d18 1
a18 1
MAINTAINER=	ports@@FreeBSD.org
@


1.6
log
@Upgrade to latest version:
	p5-Authen-PAM		=>	0.11
	p5-Config-IniFiles	=>	2.19
	p5-File-Tail		=>	0.98
	p5-ParallelUA		=>	2.50
	p5-dTemplate		=>	2.0

set MAINTAINER to ports@@FreeBSD.org:
	p5-Authen-PAM

Approved by:  maintainers
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/p5-Authen-PAM/Makefile,v 1.5 2001/03/01 06:37:01 vanilla Exp $
d9 1
a9 1
PORTVERSION=	0.11
@


1.5
log
@Remove do-configure section, use PERL_CONFIGURE now.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/p5-Authen-PAM/Makefile,v 1.4 2000/06/17 02:36:45 will Exp $
d9 1
a9 1
PORTVERSION=	0.09
d15 1
a15 1
MAINTAINER=	matt@@zigg.com
a18 1
MAN3=		Authen::PAM.3
d20 2
@


1.4
log
@Lots and lots of cleanups.  Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.

Patches largely done by:	Christian Weisgerber <naddy@@mips.inka.de>
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/p5-Authen-PAM/Makefile,v 1.3 2000/04/23 12:24:19 vanilla Exp $
d17 1
a17 1
USE_PERL5=	yes
a20 4

do-configure:
		@@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
			CC="${CC}" CCFLAGS="${CFLAGS}"
@


1.3
log
@Upgrade
	p5-Authen-PAM => 0.09
	p5-Chart-PNGgraph => 1.21
	p5-FastCGI => 0.52
	p5-GD => 1.27
	p5-GD-Graph => 1.30
	p5-HTML-Stream => 1.45
	p5-IMAP-Admin => 1.2.2
	p5-IRC => 0.63
	p5-Image-Size => 2.901
	p5-MIME-Lite => 1.137
	p5-MIME-Tools => 4.124
	p5-Mail-POP3Client => 2.6
	p5-Mail-Tools => 1.1401
	p5-MatrixReal => 1.3a5
	p5-Net-Whois => 1.9
	p5-Parse-RecDescent => 1.78
	p5-Proc-Simple => 1.14
	p5-Term-ReadKey => 2.14
	p5-Text-Template => 1.23
	p5-Time => 100.010301
	p5-TimeDate => 1.09
	p5-Tk => 800.021
	p5-XML-Parser => 2.28
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/p5-Authen-PAM/Makefile,v 1.2 2000/04/09 18:30:08 cpiazza Exp $
d17 1
a17 1
USE_PERL5=	YES
d23 2
a24 1
		@@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
@


1.2
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/p5-Authen-PAM/Makefile,v 1.1.1.1 1999/11/26 20:32:25 steve Exp $
d8 2
a9 2
PORTNAME=	p5-Authen-PAM
PORTVERSION=	0.08
d13 1
a13 1
DISTNAME=	Authen-PAM-0.08	
@


1.1
log
@Initial revision
@
text
@a1 1
# Version required:			0.08
d5 1
a5 1
# $FreeBSD$
d8 2
a9 2
DISTNAME=	Authen-PAM-0.08
PKGNAME=	p5-Authen-PAM-0.08
d13 1
@


1.1.1.1
log
@Initial import of p5-Authen-PAM version 0.08.
A Perl interface to the PAM library.

PR:		14137
Submitted by:	Matt Behrens <matt@@zigg.com>
@
text
@@
