openbsd-ports/net/p5-Net-Traceroute/Makefile
heko 35f5a0d1ee initial import of net/p5-Net-Traceroute-1.05:
--
Net::Traceroute is an interface for talking to traceroute in perl. 

WWW:	http://www.linnaean.org/~hag/perl/traceroute/traceroute.html
2001-09-20 13:12:00 +00:00

30 lines
677 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/09/20 13:12:00 heko Exp $
COMMENT= "traceroute(1) functionality in perl"
DISTNAME= Net-Traceroute-1.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= net
NEED_VERSION= 1.457
HOMEPAGE= http://www.linnaean.org/~hag/perl/traceroute/traceroute.html
MAINTAINER= Heikki Korpela <heko@openbsd.org>
# License: MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
CONFIGURE_STYLE= perl
test: build
@cd ${WRKBUILD} && exec ${SETENV} ${MAKE_ENV} \
${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} test
.include <bsd.port.mk>