c6f1420107
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
23 lines
493 B
Makefile
23 lines
493 B
Makefile
# $OpenBSD: Makefile,v 1.7 2005/12/08 09:10:20 steven Exp $
|
|
|
|
COMMENT= "alternative Perl interface to ping(1)"
|
|
DISTNAME= Net-Ping-External-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
# 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
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|