- 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:
Ruslan Makhmatkhanov 2012-05-10 12:33:02 +00:00
parent 62affc9abd
commit 42625040d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296357

View file

@ -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>