Changes: https://pear.php.net/package/Net_URL2/download/ https://github.com/pear/Net_URL2/commits/master
18 lines
346 B
Makefile
18 lines
346 B
Makefile
PORTNAME= Net_URL2
|
|
PORTVERSION= 2.2.3
|
|
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>
|