freebsd-ports/devel/pyobfuscate/Makefile
Martin Wilke 83d731b5e8 - Stage Support
- Convert to autoplist
- Bump PORTREV
2014-02-19 05:31:15 +00:00

22 lines
474 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= pyobfuscate
PORTVERSION= 0.3
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.lysator.liu.se/~astrand/projects/pyobfuscate/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= arved
MAINTAINER= ports@FreeBSD.org
COMMENT= Python source code obfuscator
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
post-patch:
@${REINPLACE_CMD} -e "s,'/usr/bin','${PREFIX}/bin'," ${WRKSRC}/setup.py
.include <bsd.port.mk>