157c47f546
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
26 lines
552 B
Makefile
26 lines
552 B
Makefile
# $OpenBSD: Makefile,v 1.8 2005/12/08 16:44:48 steven Exp $
|
|
|
|
COMMENT= "traceroute(1) functionality in perl"
|
|
|
|
DISTNAME= Net-Traceroute-1.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
|
|
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
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|