freebsd-ports/net/pear-Net_POP3/Makefile
Sunpoet Po-Chuan Hsieh 17ae1544b4 Update distinfo and unbreak this port
- While I'm here, fix indent

Content of tarballs are unchanged (checked against [1]).

=> Net_POP3-1.3.8.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Net_POP3-1.3.8.tgz
fetch: http://pear.php.net/get/Net_POP3-1.3.8.tgz: size mismatch: expected 9657, actual 9745

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/Net_POP3-1.3.8.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:42:05 +00:00

17 lines
362 B
Makefile

# Created by: Gerrit Beine (<tux@pinguru.net>)
# $FreeBSD$
PORTNAME= Net_POP3
PORTVERSION= 1.3.8
CATEGORIES= net pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= Provides a POP3 class to access POP3 server
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
USES= pear
.include <bsd.port.mk>