1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/pyobfuscate/Makefile
Carlo Strub d0e4009f1d - Take maintainership
- Move to GH
- Update to latest commit
2016-04-27 21:00:24 +00:00

22 lines
414 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= pyobfuscate
PORTVERSION= 0.3.20131129
CATEGORIES= devel
MAINTAINER= cs@FreeBSD.org
COMMENT= Python source code obfuscator
USE_GITHUB= yes
GH_ACCOUNT= astrand
GH_TAGNAME= 47cc6e49bf65649c9fc53fbf4ae7d6e23b565550
USES= python
USE_PYTHON= distutils autoplist
post-patch:
@${REINPLACE_CMD} -e "s,'/usr/bin','${PREFIX}/bin'," ${WRKSRC}/setup.py
.include <bsd.port.mk>