Tweak security/gnome-gpg version 0.5.0_8
[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=   2
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:${PORTSDIR}/devel/p5-Class-ErrorHandler \
18                 p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
19                 p5-libwww>=0:${PORTSDIR}/www/p5-libwww
20 RUN_DEPENDS:=   ${BUILD_DEPENDS}
21
22 USE_PERL5=      configure
23 USES=           perl5
24
25 .include <bsd.port.mk>