git: 4dc6962c5269 - main - mail/sqlgrey: Use P5_POD_PARSER

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 14 16:19:42 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4dc6962c5269ca215295b196ea466faa88b00da3

commit 4dc6962c5269ca215295b196ea466faa88b00da3
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 16:03:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:10:51 +0000

    mail/sqlgrey: Use P5_POD_PARSER
    
    With hat:       perl
---
 mail/sqlgrey/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail/sqlgrey/Makefile b/mail/sqlgrey/Makefile
index cda459687d57..20e2a4d57b9d 100644
--- a/mail/sqlgrey/Makefile
+++ b/mail/sqlgrey/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	p5-Net-Server>=0:net/p5-Net-Server \
 		p5-IO-Multiplex>=0:devel/p5-IO-Multiplex \
-		p5-Pod-Parser>=0:textproc/p5-Pod-Parser \
+		${P5_POD_PARSER} \
 		${LOCALBASE}/bin/bash:shells/bash \
 		${LOCALBASE}/bin/gmd5sum:sysutils/coreutils
 


More information about the dev-commits-ports-main mailing list