diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2012-07-30 07:17:53 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2012-07-30 07:17:53 +0000 |
commit | bed3af06e2028500fff53ad733bfa643ed4a21b9 (patch) | |
tree | 1bae2abe4c71ddb27254b98ea7b6e8fbf695d73b /devel/cx_Freeze/Makefile | |
parent | 8cf95268315158a4863fe00cb72191b662781f52 (diff) |
Notes
Diffstat (limited to 'devel/cx_Freeze/Makefile')
-rw-r--r-- | devel/cx_Freeze/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cx_Freeze/Makefile b/devel/cx_Freeze/Makefile index d6b94df7e9e0..4b916da2b300 100644 --- a/devel/cx_Freeze/Makefile +++ b/devel/cx_Freeze/Makefile @@ -7,8 +7,9 @@ PORTNAME= cx_Freeze PORTVERSION= 4.3 +PORTREVISION= 1 CATEGORIES= devel python -MASTER_SITES= SF/cx-freeze/${PORTVERSION} +MASTER_SITES= SF/cx-freeze/${PORTVERSION} MAINTAINER= araujo@FreeBSD.org COMMENT= The cx_Freeze is a set of utilities for freezing Python scripts |