19 lines
387 B
Makefile
19 lines
387 B
Makefile
# $OpenBSD: Makefile,v 1.15 2012/10/15 15:18:32 sthen Exp $
|
|
|
|
COMMENT= alternative Perl interface to ping(1)
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-Ping-External-0.13
|
|
CATEGORIES= net
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= Gleydson Soares <gsoares@trusted.com.br>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|