1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/net/p5-Net-Traceroute-PurePerl/Makefile
Sunpoet Po-Chuan Hsieh 6ae028ab40 - Add LICENSE
- Pass maintainership to submitter

PR:		ports/189240
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-03 08:47:49 +00:00

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>