diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-07-23 15:21:28 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-07-23 15:23:32 +0800 |
commit | e5d48504f977d2a3b7c2c6c1e6af219ba2bcf1ad (patch) | |
tree | cde9c16d43dc4b49cbcf254c58aae7d4ba29ba84 | |
parent | german/mythes: Update to 2025.07.13 (diff) |
mail/p5-Mail-Sendmail: Fix *_DEPENDS
- Bump PORTREVISION for dependency change
-rw-r--r-- | mail/p5-Mail-Sendmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/p5-Mail-Sendmail/Makefile b/mail/p5-Mail-Sendmail/Makefile index 605c7825f0b1..43c06e0b7b3e 100644 --- a/mail/p5-Mail-Sendmail/Makefile +++ b/mail/p5-Mail-Sendmail/Makefile @@ -1,5 +1,6 @@ PORTNAME= Mail-Sendmail PORTVERSION= 0.82 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +13,8 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= p5-Sys-Hostname-Long>=0:sysutils/p5-Sys-Hostname-Long +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Sys-Hostname-Long>=0:sysutils/p5-Sys-Hostname-Long USES= perl5 USE_PERL5= configure |