1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/pear-Net_URL/Makefile

19 lines
435 B
Makefile
Raw Normal View History

# Created by: Roman Neuhauser (<neuhauser@bellavista.cz>)
# $FreeBSD$
PORTNAME= Net_URL
PORTVERSION= 1.0.15
CATEGORIES= net www pear
MAINTAINER= miwi@FreeBSD.org
2004-05-16 20:09:12 +00:00
COMMENT= Easy parsing of URLs
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>