mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add missing depends
PR: 201897 Submitted by: andrew.hotlab@hotmail.com Approved by: maintainer(timeout, >50 days)
This commit is contained in:
parent
0286a22dbe
commit
012e79c622
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397120
1 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= vatnumber
|
PORTNAME= vatnumber
|
||||||
PORTVERSION= 1.2
|
PORTVERSION= 1.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= finance python
|
CATEGORIES= finance python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -12,8 +13,9 @@ COMMENT= Python module to validate VAT numbers
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
# Python3 ready
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stdnum>=1.1:${PORTSDIR}/devel/py-stdnum
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= distutils autoplist
|
USE_PYTHON= autoplist distutils
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue