blob: 88179ddfc318769818cc291c4674f0c63fdeae95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: decompyle
# Date created: 7 March 2002
# Whom: Hye-Shik Chang <perky@fallin.lv>
#
# $FreeBSD$
#
PORTNAME= decompyle
PORTVERSION= 2.2.b1
CATEGORIES= devel python
MASTER_SITES= http://www.crazy-compilers.com/decompyle/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/g}
MAINTAINER= perky@FreeBSD.org
COMMENT= Python byte-code decompiler
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_REINPLACE= yes
post-patch:
${REINPLACE_CMD} -e 's,/usr/bin/env python2,${PYTHON_CMD},' \
${WRKSRC}/scripts/decompyle
.include <bsd.port.mk>
|