freebsd-ports/net/pear-Net_URL2/Makefile
Edwin Groothuis c5d38a2ca5 FIx dependency
PR:		ports/51071
Submitted by:	Roman Neuhauser <neuhauser@bellavista.cz>
2003-09-02 08:08:25 +00:00

31 lines
765 B
Makefile

# Ports collection makefile for: pear-Net_URL
# Date created: 2003-04-04
# Whom: Roman Neuhauser (<neuhauser@bellavista.cz>)
#
# $FreeBSD$
#
PORTNAME= Net_URL
PORTVERSION= 1.0.10
CATEGORIES= net www
MASTER_SITES= http://pear.php.net/get/
PKGNAMEPREFIX= pear-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PEAR
MAINTAINER= ports@FreeBSD.org
COMMENT= Easy parsing of Urls
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
do-install:
@${INSTALL} -d -m 755 ${PKGREGDIR}
@${INSTALL} -d -m 755 ${PEARDIR}/Net
@${INSTALL_DATA} ${WRKDIR}/package.xml ${PKGREGDIR}
@${INSTALL_DATA} ${WRKSRC}/URL.php ${PEARDIR}/Net
.include <bsd.port.post.mk>