mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
6ae028ab40
- Pass maintainership to submitter PR: ports/189240 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
23 lines
466 B
Makefile
23 lines
466 B
Makefile
# Created by: jupengfei <jupengfei@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Traceroute-PurePerl
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Traceroute(1) functionality in perl via raw sockets
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Net-Traceroute>=0:${PORTSDIR}/net/p5-Net-Traceroute
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|