aboutsummaryrefslogtreecommitdiff
path: root/www/pear-Services_Digg/Makefile
blob: 2a0726aace7a850338e5a432965a37e4ff504a15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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
USE_PHP=	curl

.include <bsd.port.mk>