www/p5-Net-UPS: Remove Perl core module

- Add NO_ARCH
- Bump PORTREVISION for dependency change
This commit is contained in:
Po-Chuan Hsieh 2021-05-31 03:58:45 +08:00
parent c580ec7f51
commit a41f44b7b0
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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>