freebsd-ports/finance/py-vatnumber/Makefile

20 lines
370 B
Makefile
Raw Normal View History

# Created by: Qian Jin <eric.siroh@gmail.com>
# $FreeBSD$
PORTNAME= vatnumber
PORTVERSION= 1.2
CATEGORIES= finance python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= chian.jin@gmail.com
COMMENT= Python module to validate VAT numbers
LICENSE= GPLv3
# Python3 ready
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>