aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-HMAC
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-08-13 15:21:20 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-08-13 15:21:20 +0000
commit9a39a7be6d933da9bcca1335772cc80624b1e189 (patch)
treed733a794de9b6fb7dda70198d88a45ac0c158253 /security/p5-Digest-HMAC
parent98e65ee726f805df33d6dc2a29164c0eb427087d (diff)
downloadports-9a39a7be6d933da9bcca1335772cc80624b1e189.tar.gz
ports-9a39a7be6d933da9bcca1335772cc80624b1e189.zip
Change MAINTAINER to perl@.
I welcome bsd.port.mk introduced soon. Inspired by: freebsd-perl@
Notes
Notes: svn path=/head/; revision=116116
Diffstat (limited to 'security/p5-Digest-HMAC')
-rw-r--r--security/p5-Digest-HMAC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Digest-HMAC/Makefile b/security/p5-Digest-HMAC/Makefile
index 99e3558aaf6e..7c86146fa878 100644
--- a/security/p5-Digest-HMAC/Makefile
+++ b/security/p5-Digest-HMAC/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
PKGNAMEPREFIX= p5-
-MAINTAINER= nork@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to HMAC Message-Digest Algorithms
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1