freebsd-ports/www/pear-Services_Digg/Makefile
Sunpoet Po-Chuan Hsieh e3e261cfd5 Update distinfo and unbreak this port
- While I'm here:
  - Add USES=php
  - Fix indent

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

=> Services_Digg-0.4.7.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Services_Digg-0.4.7.tgz
fetch: http://pear.php.net/get/Services_Digg-0.4.7.tgz: size mismatch: expected 21893, actual 22242

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/Services_Digg-0.4.7.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:47:50 +00:00

15 lines
259 B
Makefile

# Created by: Zhen REN <bg1tpt@gmail.com>
# $FreeBSD$
PORTNAME= Services_Digg
PORTVERSION= 0.4.7
PORTREVISION= 1
CATEGORIES= www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PHP interface to Digg's API
USES= pear php
USE_PHP= curl
.include <bsd.port.mk>