2013-06-08 08:42:00 +02:00
|
|
|
# Created by: Qian Jin <eric.siroh@gmail.com>
|
2012-03-26 20:57:20 +02:00
|
|
|
|
|
|
|
PORTNAME= vatnumber
|
2015-06-20 11:39:48 +02:00
|
|
|
PORTVERSION= 1.2
|
2015-09-17 17:49:47 +02:00
|
|
|
PORTREVISION= 1
|
2012-03-26 20:57:20 +02:00
|
|
|
CATEGORIES= finance python
|
2015-06-20 11:39:48 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2012-03-26 20:57:20 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2015-06-20 11:39:48 +02:00
|
|
|
MAINTAINER= chian.jin@gmail.com
|
2012-03-26 20:57:20 +02:00
|
|
|
COMMENT= Python module to validate VAT numbers
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stdnum>=1.1:devel/py-stdnum@${PY_FLAVOR}
|
2015-09-17 17:49:47 +02:00
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+
|
2015-09-17 17:49:47 +02:00
|
|
|
USE_PYTHON= autoplist distutils
|
2012-03-26 20:57:20 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|