2013-03-15 01:43:16 +01:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2008-06-27 14:29:28 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= XML_GRDDL
|
2011-07-02 14:44:35 +02:00
|
|
|
PORTVERSION= 0.2.0
|
2008-06-27 14:29:28 +02:00
|
|
|
CATEGORIES= www pear
|
|
|
|
|
2014-11-18 10:37:31 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-08-06 11:11:57 +02:00
|
|
|
COMMENT= PHP library for dealing with GRDDL
|
2008-06-27 14:29:28 +02:00
|
|
|
|
2014-09-26 11:30:02 +02:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
|
2008-06-27 14:29:28 +02:00
|
|
|
${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \
|
|
|
|
${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \
|
|
|
|
${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate
|
2014-09-26 11:30:02 +02:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
|
2011-07-02 14:44:35 +02:00
|
|
|
${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \
|
|
|
|
${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \
|
|
|
|
${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate
|
2008-06-27 14:29:28 +02:00
|
|
|
|
2014-09-26 11:30:02 +02:00
|
|
|
USES= pear
|
2008-06-27 14:29:28 +02:00
|
|
|
USE_PHP+= xsl tidy
|
|
|
|
|
2014-09-26 11:30:02 +02:00
|
|
|
.include <bsd.port.mk>
|