diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-03-28 01:16:37 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-03-28 01:16:37 +0000 |
commit | 58e59f78c64a79986a0695b98d643fe870ee408b (patch) | |
tree | b9e6cbaab1cbf8ac50b011fabdb1dba4bc848a9b /security/p5-Crypt-OFB | |
parent | 0eed983b7207ae8ac12b54a1d33a10939e56f84e (diff) | |
download | ports-58e59f78c64a79986a0695b98d643fe870ee408b.tar.gz ports-58e59f78c64a79986a0695b98d643fe870ee408b.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-OFB')
-rw-r--r-- | security/p5-Crypt-OFB/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-OFB/Makefile b/security/p5-Crypt-OFB/Makefile index c82c83f4fa56..b74fb3dddef4 100644 --- a/security/p5-Crypt-OFB/Makefile +++ b/security/p5-Crypt-OFB/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= skreuzer@exit2shell.com +MAINTAINER= skreuzer@FreeBSD.org COMMENT= Encrypt Data using OFB Mode BUILD_DEPENDS= ${SITE_PERL}/Crypt/ECB.pm:${PORTSDIR}/security/p5-Crypt-ECB |