diff options
author | clsung <clsung@FreeBSD.org> | 2006-11-10 08:39:24 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-11-10 08:39:24 +0800 |
commit | 2d44677817f791a885a9e9a47f9689e29e6e5d7c (patch) | |
tree | cc8f671577b2196e9296c46e988acd58501709c5 | |
parent | d0c342b174aec2dc281e5dc4d30bbc6fbb12b8f1 (diff) | |
download | freebsd-ports-gnome-2d44677817f791a885a9e9a47f9689e29e6e5d7c.tar.gz freebsd-ports-gnome-2d44677817f791a885a9e9a47f9689e29e6e5d7c.tar.zst freebsd-ports-gnome-2d44677817f791a885a9e9a47f9689e29e6e5d7c.zip |
- Take maintainership
PR: ports/105322
Submitted by: maintainer (Thomas Abthorpe)
-rw-r--r-- | security/pear-Crypt_HMAC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pear-Crypt_HMAC/Makefile b/security/pear-Crypt_HMAC/Makefile index b6fafbcb6ff9..5d809c60e8d2 100644 --- a/security/pear-Crypt_HMAC/Makefile +++ b/security/pear-Crypt_HMAC/Makefile @@ -9,7 +9,7 @@ PORTNAME= Crypt_HMAC PORTVERSION= 1.0.1 CATEGORIES= security www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thomas@goodking.ca COMMENT= PEAR class to calculate RFC 2104 compliant hashes BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear |