- Fix PYDISTUTILS_EGGINFO
- Add NO_ARCH Approved by: portmgr blanket
This commit is contained in:
parent
3760674a43
commit
1736c8b14e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396393
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= dbf
|
||||
PORTVERSION= 0.95.012
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,5 +15,7 @@ LICENSE= BSD3CLAUSE
|
|||
|
||||
USES= python zip
|
||||
USE_PYTHON= distutils
|
||||
PYDISTUTILS_EGGINFO= dbf-${PORTVERSION:C/\.0/./}-py${PYTHON_VER}.egg-info
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue