2013-03-15 00:56:09 +00:00
|
|
|
# Created by: Roman Neuhauser (<neuhauser@bellavista.cz>)
|
2003-08-31 21:58:07 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net_URL
|
2007-07-06 08:02:00 +00:00
|
|
|
PORTVERSION= 1.0.15
|
2003-11-12 23:46:19 +00:00
|
|
|
CATEGORIES= net www pear
|
2003-08-31 21:58:07 +00:00
|
|
|
|
2007-07-06 08:02:00 +00:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2004-05-16 20:09:12 +00:00
|
|
|
COMMENT= Easy parsing of URLs
|
2003-08-31 21:58:07 +00:00
|
|
|
|
2005-12-09 19:24:52 +00:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2013-03-15 00:56:09 +00:00
|
|
|
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2003-08-31 21:58:07 +00:00
|
|
|
|
2013-03-15 00:56:09 +00:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2003-12-28 07:55:47 +00:00
|
|
|
|
2003-08-31 21:58:07 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 19:24:52 +00:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2003-08-31 21:58:07 +00:00
|
|
|
.include <bsd.port.post.mk>
|