freebsd-ports/net/pear-Net_URL2/Makefile
Sunpoet Po-Chuan Hsieh 061d14d29d - Update to 2.0.5
Changes:	http://pear.php.net/package/Net_URL2/download/
PR:		ports/190031
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2014-05-24 14:12:26 +00:00

20 lines
458 B
Makefile

# Created by: Zhen REN <bg1tpt@gmail.com>
# $FreeBSD$
PORTNAME= Net_URL2
PORTVERSION= 2.0.5
CATEGORIES= net www pear
MAINTAINER= joehorn@gmail.com
COMMENT= PEAR Class for parsing and handling URL
LICENSE= BSD3CLAUSE
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>