1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/p5-Net-Traceroute/Makefile
Andrej Zverev ea4ff3a586 - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 17:43:05 +00:00

18 lines
305 B
Makefile

# Created by: kuriyama
# $FreeBSD$
PORTNAME= Net-Traceroute
PORTVERSION= 1.14
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HAG
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl module to parse traceroute(8)
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>