aboutsummaryrefslogtreecommitdiffstats
path: root/www/pear-Services_Digg/Makefile
blob: 3163e67fb16995053a064d2f1cf96d6759502215 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Zhen REN <bg1tpt@gmail.com>
# $FreeBSD$

PORTNAME=   Services_Digg
PORTVERSION=    0.4.7
PORTREVISION=   1
CATEGORIES= www pear

MAINTAINER= miwi@FreeBSD.org
COMMENT=    PHP interface to Digg's API

BUILD_DEPENDS=  ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=    ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear

USE_PHP=    curl
PEAR_AUTOINSTALL=   yes

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>