freebsd-ports/security/p5-Crypt-CAST5_PP/Makefile

22 lines
437 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Crypt-CAST5_PP
# Date created: 9 September 2002
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
#
# $FreeBSD$
#
PORTNAME= Crypt-CAST5_PP
2006-07-03 14:29:41 +02:00
PORTVERSION= 1.04
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= CAST5 block cipher in pure Perl
PERL_CONFIGURE= yes
MAN3= Crypt::CAST5_PP.3
.include <bsd.port.mk>