freebsd-ports/net/scamper/Makefile
John Marino c1848f4e71 net/scamper: Document SSL requirement
Approved by:	SSL blanket
2016-11-20 20:25:00 +00:00

20 lines
436 B
Makefile

# $FreeBSD$
PORTNAME= scamper
PORTVERSION= 20141211f
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>