3d7787f16e
- Switch from easy_install to install
21 lines
406 B
Makefile
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>
|