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
24 lines
514 B
Makefile
24 lines
514 B
Makefile
# 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>
|