1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/pear-Net_URL2/Makefile
Sunpoet Po-Chuan Hsieh 291580f0ee - Update to 2.0.3
- While I'm here, update LICENSE

Changes:	http://pear.php.net/package/Net_URL2/download/
PR:		ports/185293
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-12-31 02:53:27 +00:00

21 lines
458 B
Makefile

# Created by: Zhen REN <bg1tpt@gmail.com>
# $FreeBSD$
PORTNAME= Net_URL2
PORTVERSION= 2.0.3
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>