freebsd-ports/www/pear-Services_Yahoo/Makefile

19 lines
460 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= Services_Yahoo
PORTVERSION= 0.2.0
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Provides access to the Yahoo! Web Services
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>