2001-01-04 00:26:02 +01:00
|
|
|
# New ports collection makefile for: Crypt-ECB
|
|
|
|
# Date created: Wed Jan 3 16:09:46 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Crypt-ECB
|
2008-09-05 12:32:56 +02:00
|
|
|
PORTVERSION= 1.45
|
2001-01-04 00:26:02 +01:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-01-04 00:26:02 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2001-08-31 15:34:40 +02:00
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl module implementing the ECB encryption algorithm
|
2001-08-31 15:34:40 +02:00
|
|
|
|
2001-01-04 00:26:02 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Crypt::ECB.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|