Python module to validate VAT numbers. VAT means "Value Added Tax".

More infomations see http://en.wikipedia.org/wiki/VAT_number

WWW:	http://code.google.com/p/vatnumber/

PR:		ports/165980
Submitted by:	Qian Jin <eric.siroh@gmail.com>
Feature safe:   yes
This commit is contained in:
Ruslan Makhmatkhanov 2012-03-26 18:57:20 +00:00
parent 073ff55a17
commit 58c0a39784
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293862
4 changed files with 31 additions and 0 deletions

View File

@ -91,6 +91,7 @@
SUBDIR += php-tclink
SUBDIR += php4-pfpro
SUBDIR += prestashop
SUBDIR += py-vatnumber
SUBDIR += qhacc
SUBDIR += qtstalker
SUBDIR += quantlib

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: py-vatnumber
# Date created: 26 March 2012
# Whom: Qian Jin <eric.siroh@gmail.com>
#
# $FreeBSD$
#
PORTNAME= vatnumber
PORTVERSION= 1.0
CATEGORIES= finance python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= eric.siroh@gmail.com
COMMENT= Python module to validate VAT numbers
LICENSE= GPLv3
# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (vatnumber-1.0.tar.gz) = 6ef6103f7ecf09cdf32b87bb1c87616b72b9546e4b364a3b66d2b0b4b340665a
SIZE (vatnumber-1.0.tar.gz) = 21693

View File

@ -0,0 +1,4 @@
Python module to validate VAT numbers. VAT means "Value Added Tax".
More infomations see http://en.wikipedia.org/wiki/VAT_number
WWW: http://code.google.com/p/vatnumber/