mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
34 lines
818 B
Makefile
34 lines
818 B
Makefile
# Created by: Leo Vandewoestijne <freebsd@dns.company>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dsp
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= dns
|
|
MASTER_SITES= https://www.dns-oarc.net/files/dsc/ \
|
|
https://dns.company/files/dsc/
|
|
|
|
MAINTAINER= freebsd@dns.company
|
|
COMMENT= Tool used for collecting and exploring statistics from DNS servers
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= p5-Proc-PID-File>=1.28:devel/p5-Proc-PID-File \
|
|
p5-XML-Simple>=2.24:textproc/p5-XML-Simple \
|
|
p5-App-DSC-DataTool>=0.03:dns/p5-App-DSC-DataTool \
|
|
p5-DSC>=2.04:dns/p5-DSC \
|
|
p5-CGI>=4.38:www/p5-CGI \
|
|
p5-Switch>=2.17:lang/p5-Switch \
|
|
p5-File-Copy-Link>=0.140:devel/p5-File-Copy-Link
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USES= gmake perl5
|
|
PERL5= configure patch shebangfix
|
|
NO_ARCH= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|