- Add missing depends

PR:		201897
Submitted by:	andrew.hotlab@hotmail.com
Approved by:	maintainer(timeout, >50 days)
This commit is contained in:
Wen Heping 2015-09-17 15:49:47 +00:00
parent 0286a22dbe
commit 012e79c622
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397120

View File

@ -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>