mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
- Update WWW Changes: https://pear.php.net/package/Net_URL2/download/ https://github.com/pear/Net_URL2/commits/master
17 lines
346 B
Makefile
17 lines
346 B
Makefile
PORTNAME= Net_URL2
|
|
PORTVERSION= 2.2.2
|
|
CATEGORIES= net www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR Class for parsing and handling URL
|
|
WWW= https://pear.php.net/package/Net_URL2 \
|
|
https://github.com/pear/Net_URL2
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/docs/BSD-3-CLAUSE-Heyes
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|