diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-05-22 23:45:57 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-05-23 00:20:48 +0800 |
commit | 0ab32182bcf87f7e936c8ea58e408058e7ed4727 (patch) | |
tree | 58048c4d7608eabfb3647c0152821bf896fa1e79 /mail/pear-Mail_Queue | |
parent | 0e571d40cc5fa428c584a6261a51a1804ce914ca (diff) | |
download | freebsd-ports-gnome-0ab32182bcf87f7e936c8ea58e408058e7ed4727.tar.gz freebsd-ports-gnome-0ab32182bcf87f7e936c8ea58e408058e7ed4727.tar.zst freebsd-ports-gnome-0ab32182bcf87f7e936c8ea58e408058e7ed4727.zip |
*/pear-*: Take maintainership
Diffstat (limited to 'mail/pear-Mail_Queue')
-rw-r--r-- | mail/pear-Mail_Queue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pear-Mail_Queue/Makefile b/mail/pear-Mail_Queue/Makefile index 2563e56c16dd..6c7890e2a8fb 100644 --- a/mail/pear-Mail_Queue/Makefile +++ b/mail/pear-Mail_Queue/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 1.2.7 PORTREVISION= 1 CATEGORIES= mail www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR class for put mails in queue and send them later in background BUILD_DEPENDS= ${PEARDIR}/Mail.php:mail/pear-Mail@${PHP_FLAVOR} \ |