diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-07 23:52:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-07 23:52:40 +0800 |
commit | 3e95ed2d78436b302cc911ae8dcd3f0e2e0b3402 (patch) | |
tree | d85d1d826adfcc00724f4cb18ebe3b014d54fc70 /benchmarks/pybench | |
parent | 852d5fb9c0e0348fd1eff348fb2e2e9bbe9bab9d (diff) | |
download | freebsd-ports-gnome-3e95ed2d78436b302cc911ae8dcd3f0e2e0b3402.tar.gz freebsd-ports-gnome-3e95ed2d78436b302cc911ae8dcd3f0e2e0b3402.tar.zst freebsd-ports-gnome-3e95ed2d78436b302cc911ae8dcd3f0e2e0b3402.zip |
Convert b* to USES=zip
Diffstat (limited to 'benchmarks/pybench')
-rw-r--r-- | benchmarks/pybench/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/pybench/Makefile b/benchmarks/pybench/Makefile index 9a74e7526c53..5fb2c8f1dcc4 100644 --- a/benchmarks/pybench/Makefile +++ b/benchmarks/pybench/Makefile @@ -5,13 +5,13 @@ PORTNAME= pybench PORTVERSION= 2.0 CATEGORIES= benchmarks python MASTER_SITES= http://downloads.egenix.com/python/ -EXTRACT_SUFX= .zip MAINTAINER= sylvio@FreeBSD.org -COMMENT= An extensible benchmark suite for Python +COMMENT= Extensible benchmark suite for Python WRKSRC= ${WRKDIR}/${PORTNAME} +USES= zip USE_PYTHON= yes PORTDOCS= README |