31 lines
1,010 B
Makefile
31 lines
1,010 B
Makefile
# Ports collection makefile for: pear-XML_GRDDL
|
|
# Date created: 23 June 2008
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML_GRDDL
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= A PHP library for dealing with GRDDL
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|
${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
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|
${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
|
|
|
|
USE_PHP+= xsl tidy
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|