2003-08-31 23:58:07 +02:00
|
|
|
# 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
|
2003-12-28 08:55:47 +01:00
|
|
|
PORTREVISION= 1
|
2003-11-13 00:46:19 +01:00
|
|
|
CATEGORIES= net www pear
|
2003-08-31 23:58:07 +02:00
|
|
|
MASTER_SITES= http://pear.php.net/get/
|
|
|
|
PKGNAMEPREFIX= pear-
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
DIST_SUBDIR= PEAR
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Easy parsing of Urls
|
|
|
|
|
2003-09-02 10:08:25 +02:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
2003-08-31 23:58:07 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
CATEGORY= Net
|
|
|
|
FILES= URL.php
|
|
|
|
|
2003-08-31 23:58:07 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
|
|
|
.include <bsd.port.post.mk>
|