mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
28 lines
547 B
Makefile
28 lines
547 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: pyobfuscate
|
|
# Date created: May 4, 2004
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pyobfuscate
|
|
PORTVERSION= 0.3
|
|
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
|
|
|
|
PLIST_FILES= bin/pyobfuscate
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s,'/usr/bin','${PREFIX}/bin'," ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|