mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add LICENSE
- Update USE_PYTHON - Use tar to extract zipball
This commit is contained in:
parent
ee3772c82c
commit
a822c12edb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336322
1 changed files with 5 additions and 2 deletions
|
@ -7,13 +7,16 @@ PORTREVISION= 1
|
|||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Class, function, and metaclass decorators
|
||||
|
||||
USE_PYTHON= 2.5-2.7
|
||||
LICENSE= PSFL ZPL21
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYDISTUTILS=easy_install
|
||||
USE_ZIP= yes
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue