Also changed to DISTVERSION. PR: 226470 Submitted by: mjl@luckie.org.nz (maintainer) Approved by: tcberner (mentor, implicit)
20 lines
435 B
Makefile
20 lines
435 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= scamper
|
|
DISTVERSION= 20180309
|
|
CATEGORIES= net ipv6
|
|
MASTER_SITES= http://www.caida.org/tools/measurement/scamper/code/
|
|
DISTNAME= ${PORTNAME}-cvs-${PORTVERSION}
|
|
|
|
MAINTAINER= mjl@luckie.org.nz
|
|
COMMENT= Tool for parallelised IPv4 and IPv6 measurement
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake libtool ssl
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|