freebsd-ports/www/pear-XML_GRDDL/Makefile

24 lines
741 B
Makefile
Raw Normal View History

2013-03-15 01:43:16 +01:00
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= XML_GRDDL
2011-07-02 14:44:35 +02:00
PORTVERSION= 0.2.0
CATEGORIES= www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PHP library for dealing with GRDDL
2014-09-26 11:30:02 +02:00
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
${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
2014-09-26 11:30:02 +02:00
USES= pear
USE_PHP+= xsl tidy
2014-09-26 11:30:02 +02:00
.include <bsd.port.mk>