blob: 4a7abd4b14eb50ac53112729f9553894b679f170 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: security/p5-Crypt-CAST5
# Date created: 05 May 2010
# Whom: 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
PERL_CONFIGURE= yes
MAN3= Crypt::CAST5.3
.include <bsd.port.mk>
|