diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-08-08 14:10:34 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-08-08 14:10:34 +0000 |
commit | 8dc92ee6c499c3b91207bb74cf6d3723e54fa531 (patch) | |
tree | ca9ee36a1d162009eb86a088bf6315267f7d295d | |
parent | c06f5d62d637cdd717a0510cb4f6ad665540e5bf (diff) | |
download | FreeBSD-ports-8dc92ee6c499c3b91207bb74cf6d3723e54fa531.zip FreeBSD-ports-8dc92ee6c499c3b91207bb74cf6d3723e54fa531.tar.gz |
Pacify portlint and stage-qa
-rw-r--r-- | devel/bunny/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bunny/Makefile b/devel/bunny/Makefile index fbce9ee..1409351 100644 --- a/devel/bunny/Makefile +++ b/devel/bunny/Makefile @@ -3,9 +3,10 @@ PORTNAME= bunny PORTVERSION= 0.93 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE LOCAL/ehaupt +PROJECTHOST= bunny-the-fuzzer MAINTAINER= ehaupt@FreeBSD.org COMMENT= Closed loop, high-performance, general purpose protocol-blind fuzzer @@ -13,9 +14,8 @@ COMMENT= Closed loop, high-performance, general purpose protocol-blind fuzzer LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= tar:tgz +USES= ssl tar:tgz -PROJECTHOST= bunny-the-fuzzer WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= README |