mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
291580f0ee
- 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)
21 lines
458 B
Makefile
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>
|