freebsd-ports/devel/pyobfuscate/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

21 lines
456 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
USES= python
USE_PYTHON= distutils autoplist
post-patch:
@${REINPLACE_CMD} -e "s,'/usr/bin','${PREFIX}/bin'," ${WRKSRC}/setup.py
.include <bsd.port.mk>