1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

- Fix PYDISTUTILS_EGGINFO

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-09-08 15:49:27 +00:00
parent 186dc41d2a
commit 63fc780520
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396395

View File

@ -3,7 +3,7 @@
PORTNAME= stem
PORTVERSION= 1.4.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security net python
MASTER_SITES= http://www.c-s.li/ports/ \
CHEESESHOP
@ -16,5 +16,7 @@ LICENSE= LGPL3
USES= python tar:bzip2
USE_PYTHON= distutils
PYDISTUTILS_EGGINFO= stem-1.4.0.dev0-py${PYTHON_VER}.egg-info
NO_ARCH= yes
.include <bsd.port.mk>