freebsd-ports/finance/py-vatnumber/Makefile
Antoine Brodin 3d7787f16e - Stage support
- Switch from easy_install to install
2014-02-17 20:42:40 +00:00

21 lines
406 B
Makefile

# Created by: Qian Jin <eric.siroh@gmail.com>
# $FreeBSD$
PORTNAME= vatnumber
PORTVERSION= 1.1
PORTREVISION= 1
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= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>