p5-Net-IPv6Addr: drop RDEP/BDEP on p5-Math-Base85, the update made it optional

(it was only there for support of an April Fool's RFC) "Yes !" benoit@
This commit is contained in:
sthen 2021-03-31 09:57:55 +00:00
parent 4656fbdc17
commit 41d2c2bcf5

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2021/03/31 06:19:56 benoit Exp $
# $OpenBSD: Makefile,v 1.10 2021/03/31 09:57:55 sthen Exp $
COMMENT = check validity of IPv6 addresses
DISTNAME = Net-IPv6Addr-1.02
REVISION = 0
CATEGORIES = net
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
@ -13,7 +14,7 @@ PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = math/p5-Math-Base85
# optional, for support of an April Fool's RFC
TEST_DEPENDS = math/p5-Math-Base85
.include <bsd.port.mk>