- 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)
15 lines
259 B
Makefile
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>
|