head	1.11;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.12.17.09.58.11;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.03.13.16.15.19;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2012.03.08.18.45.21;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2011.06.14.16.33.21;	author sunpoet;	state Exp;
branches;
next	1.6;

1.6
date	2010.10.31.22.06.01;	author leeym;	state Exp;
branches;
next	1.5;

1.5
date	2009.09.15.08.39.26;	author tobez;	state Exp;
branches;
next	1.4;

1.4
date	2009.08.28.17.37.06;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.17.14.27.58;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.08.01.03.51;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2007.01.16.13.09.32;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309075
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309075 | az | 2012-12-17 09:54:03 +0000 (Mon, 17 Dec 2012) | 3 lines
## SVN ##
## SVN ## Cleanup supporting perl version 5.8 and 5.10,
## SVN ## lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:    p5-Authen-Bitcard
# Date created:				2007/01/16
# Whom:	      				chinsan
#
# $FreeBSD: head/security/p5-Authen-Bitcard/Makefile 309075 2012-12-17 09:54:03Z az $
#

PORTNAME=	Authen-Bitcard
PORTVERSION=	0.90
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Bitcard authentication verification

RUN_DEPENDS=	p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \
		p5-JSON>=2.12:${PORTSDIR}/converters/p5-JSON \
		p5-URI>=1.22:${PORTSDIR}/net/p5-URI \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww

PERL_CONFIGURE=	yes

MAN3=		Authen::Bitcard.3

.include <bsd.port.mk>
@


1.10
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/p5-Authen-Bitcard/Makefile 300897 2012-07-14 14:29:18Z beat $
d26 1
a26 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501000
RUN_DEPENDS+=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
.endif

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


1.9
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d26 7
a32 1
.include <bsd.port.mk>
@


1.7
log
@- Update to 0.90

Changes:	http://search.cpan.org/dist/Authen-Bitcard/Changes
@
text
@d26 1
a26 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501000
RUN_DEPENDS+=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
.endif

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


1.6
log
@- update to 0.89
@
text
@d9 1
a9 1
PORTVERSION=	0.89
a20 1
BUILD_DEPENDS=	${RUN_DEPENDS}
d24 1
a24 1
MAN3=	Authen::Bitcard.3
d28 1
a28 1
.if ${PERL_LEVEL} < 500903
@


1.5
log
@Update to 0.87.

Changes:	http://search.cpan.org/dist/Authen-Bitcard/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.87
d17 5
a21 4
BUILD_DEPENDS=	p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \
		p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-URI>=0:${PORTSDIR}/net/p5-URI
d27 7
a33 1
.include <bsd.port.mk>
@


1.4
log
@Reset chinsan@@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.86
d17 2
a18 1
BUILD_DEPENDS=	p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
@


1.3
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
@d14 1
a14 1
MAINTAINER=	chinsan@@FreeBSD.org
@


1.2
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Authen
@


1.1
log
@Add p5-Authen-Bitcard 0.86, bitcard authentication verification.

PR:		ports/107968
Submitted by:	chinsan
@
text
@d26 1
a26 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
IGNORE=		requires perl 5.6.x or later. Install lang/perl5.8 then try again
.endif

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

