diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-11-04 23:19:11 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-11-04 23:19:11 +0000 |
commit | 265c604aea71ebb9bc0589d0ddf3e2c90a50ec25 (patch) | |
tree | 115a69e3112c15877f8036660fe56da43234310a /security | |
parent | cfe4d73b4eb970a521a2c2ea0fda6f8f3023b189 (diff) | |
download | ports-265c604aea71ebb9bc0589d0ddf3e2c90a50ec25.tar.gz ports-265c604aea71ebb9bc0589d0ddf3e2c90a50ec25.zip |
Change MAINTAINERship to perl@.
Notes
Notes:
svn path=/head/; revision=147243
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-DES_EDE3/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-DH/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-DES_EDE3/Makefile b/security/p5-Crypt-DES_EDE3/Makefile index b716655abf49..a8d1bcb3bdcd 100644 --- a/security/p5-Crypt-DES_EDE3/Makefile +++ b/security/p5-Crypt-DES_EDE3/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to a implementing 3-DES EDE encryption and decryption BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile index 81beae7f42fe..50d8706305ab 100644 --- a/security/p5-Crypt-DH/Makefile +++ b/security/p5-Crypt-DH/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to a Diffie-Hellman key exchange system PERL_CONFIGURE= yes |