diff options
Diffstat (limited to 'benchmarks/sipp/Makefile')
-rw-r--r-- | benchmarks/sipp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile index d28966dcebc6..258d48c7ea9f 100644 --- a/benchmarks/sipp/Makefile +++ b/benchmarks/sipp/Makefile @@ -6,11 +6,13 @@ # PORTNAME= sipp -PORTVERSION= 0.3 +PORTVERSION= 1.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= sipp +DISTNAME= ${PORTNAME}.${PORTVERSION} + MAINTAINER= jesper@jdn.dk COMMENT= SIP testing tool |