Tweak security/pam_ldap version 1.8.6_3
[dports.git] / security / p5-Authen-Bitcard / Makefile
1 # Created by: chinsan
2 # $FreeBSD$
3
4 PORTNAME=       Authen-Bitcard
5 PORTVERSION=    0.90
6 CATEGORIES=     security perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Bitcard authentication verification
12
13 RUN_DEPENDS=    p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \
14                 p5-JSON>=2.12:${PORTSDIR}/converters/p5-JSON \
15                 p5-URI>=1.22:${PORTSDIR}/net/p5-URI \
16                 p5-libwww>=0:${PORTSDIR}/www/p5-libwww
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>