2013-03-17 09:27:46 +01:00
|
|
|
# Created by: Zhen REN <bg1tpt@gmail.com>
|
2007-05-29 18:11:01 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Services_Digg
|
2009-07-13 00:02:32 +02:00
|
|
|
PORTVERSION= 0.4.7
|
2013-03-17 09:27:46 +01:00
|
|
|
PORTREVISION= 1
|
2007-05-29 18:11:01 +02:00
|
|
|
CATEGORIES= www pear
|
|
|
|
|
2013-03-17 09:27:46 +01:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2007-05-29 18:11:01 +02:00
|
|
|
COMMENT= PHP interface to Digg's API
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2013-03-17 09:27:46 +01:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2007-05-29 18:11:01 +02:00
|
|
|
|
|
|
|
USE_PHP= curl
|
2013-05-13 11:43:18 +02:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2007-05-29 18:11:01 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|