mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
c1a51f31a1
PR: 234148 Submitted by: mjl@luckie.org.nz (maintainer)
21 lines
435 B
Makefile
21 lines
435 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= scamper
|
|
DISTVERSION= 20181219
|
|
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>
|