MFH: r380488
- Fix shebangs Approved by: ports-secteam (delphij)
This commit is contained in:
parent
b0ce93726b
commit
1472e61858
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2015Q1/; revision=380558
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= polygraph
|
||||
PORTVERSION= 4.3.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= benchmarks www
|
||||
MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/ \
|
||||
http://people.bsdgroup.de/~as/freebsd/distfiles/
|
||||
@ -14,10 +15,11 @@ COMMENT= Benchmarking tool for Web proxies
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= tar:tgz
|
||||
USES= shebangfix tar:tgz
|
||||
SHEBANG_FILES= tools/*.pl
|
||||
USE_GCC= any
|
||||
GNU_CONFIGURE= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
CONFLICTS= ltrace-0*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user