Files
henning 1d24f68e5e trivial update 1.23 -> 1.24
stsp has a new belgian VAT ID, starting with 1. I use this module. It has
regexes to check validity before poking EU's VIES validation service. the
regex for belgium enforced "starts with 0". so we had a problem, and this
solves it.
ok stsp naddy
2025-08-21 11:38:56 +00:00

16 lines
239 B
Makefile

COMMENT= European VAT number validator
DISTNAME = Business-Tax-VAT-Validation-1.24
CATEGORIES= productivity
# perl
PERMIT_PACKAGE= Yes
MODULES= cpan
PKG_ARCH= *
RUN_DEPENDS= www/p5-libwww \
converters/p5-JSON
.include <bsd.port.mk>