85d0153e13
feedback & ok steven@
20 lines
451 B
Makefile
20 lines
451 B
Makefile
# $OpenBSD: Makefile,v 1.9 2007/01/14 20:49:05 simon Exp $
|
|
|
|
COMMENT= "traceroute(1) functionality in perl"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-Traceroute-1.09
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.linnaean.org/~hag/perl/traceroute/traceroute.html
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
# License: MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|