aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2015-09-17 15:49:47 +0000
committerWen Heping <wen@FreeBSD.org>2015-09-17 15:49:47 +0000
commit012e79c622f7302c7bab97193b2d19da0885ce6c (patch)
treed4aedc950c8bad031dac6d68f13e934d65472dc5 /finance
parent0286a22dbe6373e761b616d2ce657b6a06591f77 (diff)
downloadports-012e79c622f7302c7bab97193b2d19da0885ce6c.tar.gz
ports-012e79c622f7302c7bab97193b2d19da0885ce6c.zip
- Add missing depends
PR: 201897 Submitted by: andrew.hotlab@hotmail.com Approved by: maintainer(timeout, >50 days)
Notes
Notes: svn path=/head/; revision=397120
Diffstat (limited to 'finance')
-rw-r--r--finance/py-vatnumber/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/finance/py-vatnumber/Makefile b/finance/py-vatnumber/Makefile
index 30d90b3c245f..6e9994db3ae6 100644
--- a/finance/py-vatnumber/Makefile
+++ b/finance/py-vatnumber/Makefile
@@ -3,6 +3,7 @@
PORTNAME= vatnumber
PORTVERSION= 1.2
+PORTREVISION= 1
CATEGORIES= finance python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +13,9 @@ COMMENT= Python module to validate VAT numbers
LICENSE= GPLv3
-# Python3 ready
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stdnum>=1.1:${PORTSDIR}/devel/py-stdnum
+
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>