mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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
|
PORTNAME= dbf
|
||||||
PORTVERSION= 0.95.012
|
PORTVERSION= 0.95.012
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= databases python
|
CATEGORIES= databases python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -14,5 +15,7 @@ LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
USES= python zip
|
USES= python zip
|
||||||
USE_PYTHON= distutils
|
USE_PYTHON= distutils
|
||||||
|
PYDISTUTILS_EGGINFO= dbf-${PORTVERSION:C/\.0/./}-py${PYTHON_VER}.egg-info
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue