aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-CAST5/Makefile
blob: b6a814decb60e701fd381ecb802910060289e82b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Crypt-CAST5
PORTVERSION=	0.05
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	Crypt
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	CAST5 block cipher

USES=		perl5
USE_PERL5=	configure

MAN3=	Crypt::CAST5.3

NO_STAGE=	yes
.include <bsd.port.mk>