mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Fix shebangs
- Added NO_ARCH - Added License
This commit is contained in:
parent
baed11118c
commit
abc6d672a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438920
@ -8,12 +8,17 @@ CATEGORIES= devel
|
||||
MAINTAINER= cs@FreeBSD.org
|
||||
COMMENT= Python source code obfuscator
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= astrand
|
||||
GH_TAGNAME= 47cc6e49bf65649c9fc53fbf4ae7d6e23b565550
|
||||
|
||||
USES= python
|
||||
USES= python shebangfix
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
SHEBANG_FILES= *.py pyobfuscate pyobfuscate-install
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,'/usr/bin','${PREFIX}/bin'," ${WRKSRC}/setup.py
|
||||
|
Loading…
Reference in New Issue
Block a user