- use CHEESESHOP in MASTER_SITES instead of full server name
- strict python version to 2.x - add LICENSE (BSD) Non-functional changes.
This commit is contained in:
parent
62affc9abd
commit
42625040d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296357
1 changed files with 4 additions and 2 deletions
|
@ -8,13 +8,15 @@
|
|||
PORTNAME= pythk
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/p/${PORTNAME}/
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A collection of Python functions
|
||||
|
||||
USE_PYTHON= yes
|
||||
LICENSE= BSD
|
||||
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue