23 lines
448 B
Makefile
23 lines
448 B
Makefile
# $OpenBSD: Makefile,v 1.6 2005/10/09 13:13:25 mbalmer Exp $
|
|
|
|
COMMENT= "alternative Perl interface to ping(1)"
|
|
|
|
DISTNAME= Net-Ping-External-0.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net
|
|
|
|
# License: Artistic / GPL.
|
|
|
|
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
|
|
|
|
REGRESS_IS_INTERACTIVE= Yes
|
|
|
|
.include <bsd.port.mk>
|