git: a41f44b7b082 - main - www/p5-Net-UPS: Remove Perl core module
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 30 20:05:32 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a41f44b7b08260c60bb5ff28bee55cadbe59ea63
commit a41f44b7b08260c60bb5ff28bee55cadbe59ea63
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-30 19:58:45 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-30 19:58:45 +0000
www/p5-Net-UPS: Remove Perl core module
- Add NO_ARCH
- Bump PORTREVISION for dependency change
---
www/p5-Net-UPS/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/www/p5-Net-UPS/Makefile b/www/p5-Net-UPS/Makefile
index a46d0ad85773..0d0c58238f29 100644
--- a/www/p5-Net-UPS/Makefile
+++ b/www/p5-Net-UPS/Makefile
@@ -2,6 +2,7 @@
PORTNAME= Net-UPS
PORTVERSION= 0.16
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,11 +17,12 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
p5-libwww>=0:www/p5-libwww \
p5-Mozilla-CA>=0:www/p5-Mozilla-CA \
- p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils \
p5-XML-Simple>=0:textproc/p5-XML-Simple \
p5-Task-Weaken>=0:devel/p5-Task-Weaken
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>
More information about the dev-commits-ports-all
mailing list