20 lines
453 B
Makefile
20 lines
453 B
Makefile
# $OpenBSD: Makefile,v 1.12 2007/10/23 15:37:51 jasper Exp $
|
|
|
|
COMMENT= traceroute(1) functionality in perl
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-Traceroute-1.10
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.linnaean.org/~hag/perl/traceroute/traceroute.html
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# License: MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|