mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
1d24f68e5e
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
16 lines
239 B
Makefile
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>
|