Tweak security/libp11 version 0.4.0
[dports.git] / security / p5-Authen-TypeKey / Makefile
1 # Created by: Gea-Suan Lin <gslin@gslin.org>
2 # $FreeBSD$
3
4 PORTNAME=       Authen-TypeKey
5 PORTVERSION=    0.05
6 PORTREVISION=   3
7 CATEGORIES=     security perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        TypeKey authentication verification
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-Class-ErrorHandler>=0:devel/p5-Class-ErrorHandler \
18                 p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \
19                 p5-libwww>=0:www/p5-libwww \
20                 p5-Module-Install>0:devel/p5-Module-Install
21 RUN_DEPENDS:=   ${BUILD_DEPENDS}
22
23 NO_ARCH=        yes
24 USE_PERL5=      configure
25 USES=           perl5
26
27 post-patch:
28         # Really old M::I code
29         ${RM} -rf ${WRKSRC}/inc
30
31 .include <bsd.port.mk>