2005-12-18 22:59:47 +01:00
|
|
|
# New ports collection Makefile for: p5-Crypt-Ctr
|
|
|
|
# Date created: 18 Dec 2006
|
|
|
|
# Whom: Gabor Kovesdan
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt-Ctr
|
|
|
|
PORTVERSION= 0.01
|
2005-12-30 21:38:08 +01:00
|
|
|
PORTREVISION= 1
|
2005-12-18 22:59:47 +01:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-12-18 22:59:47 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-12-08 14:46:35 +01:00
|
|
|
MAINTAINER= gabor@FreeBSD.org
|
2005-12-18 22:59:47 +01:00
|
|
|
COMMENT= Perl extension for encrypting data in Counter Mode
|
|
|
|
|
2005-12-30 21:38:08 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Crypt/CFB.pm:${PORTSDIR}/security/p5-Crypt-CFB
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2005-12-18 22:59:47 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Crypt::Ctr.3
|
|
|
|
|
2005-12-30 21:38:08 +01:00
|
|
|
.include <bsd.port.mk>
|