670108a175
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Net_Ping-2.4.5.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Net_Ping-2.4.5.tgz fetch: http://pear.php.net/get/Net_Ping-2.4.5.tgz: size mismatch: expected 9600, actual 9725 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Net_Ping-2.4.5.tgz [1] Approved by: portmgr (blanket)
14 lines
246 B
Makefile
14 lines
246 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_Ping
|
|
PORTVERSION= 2.4.5
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR class to execute ping
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|