freebsd-ports/net/pear-Net_URL/Makefile

26 lines
539 B
Makefile
Raw Normal View History

# 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
CATEGORIES= net www pear
MAINTAINER= ports@FreeBSD.org
2004-05-16 22:09:12 +02:00
COMMENT= Easy parsing of URLs
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Net
FILES= URL.php
2004-05-16 22:09:12 +02:00
EXAMPLES= example.php
_EXAMPLESDIR= docs
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>