d3b598b3bf
Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.
13 lines
297 B
Makefile
13 lines
297 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/10/08 09:51:28 obache Exp $
|
|
|
|
DISTNAME= Net_URL2-2.0.8
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= PHP class for parsing and handling URL
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|