23 lines
411 B
Makefile
23 lines
411 B
Makefile
|
# 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>
|