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
|
2004-07-03 13:51:51 +02:00
|
|
|
PORTVERSION= 1.0.14
|
2003-11-13 00:46:19 +01:00
|
|
|
CATEGORIES= net www pear
|
2003-08-31 23:58:07 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-05-16 22:09:12 +02:00
|
|
|
COMMENT= Easy parsing of URLs
|
2003-08-31 23:58:07 +02:00
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/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
|
2004-05-16 22:09:12 +02:00
|
|
|
EXAMPLES= example.php
|
|
|
|
_EXAMPLESDIR= docs
|
2003-12-28 08:55:47 +01:00
|
|
|
|
2003-08-31 23:58:07 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2003-08-31 23:58:07 +02:00
|
|
|
.include <bsd.port.post.mk>
|