d180002c28
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Net_Socket-1.0.14.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Net_Socket-1.0.14.tgz fetch: http://pear.php.net/get/Net_Socket-1.0.14.tgz: size mismatch: expected 5600, actual 5655 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Net_Socket-1.0.14.tgz [1] Approved by: portmgr (blanket)
13 lines
238 B
Makefile
13 lines
238 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_Socket
|
|
PORTVERSION= 1.0.14
|
|
CATEGORIES= net www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR Network Socket Interface
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|