pkgsrc/net/pear-Net_URL2/Makefile
obache d3b598b3bf Import pear-Net_URL2-2.0.8 as net/pear-Net_URL2.
Provides parsing of URLs into their constituent parts (scheme, host, path etc.),
URL generation, and resolving of relative URLs.
2014-10-08 09:51:28 +00:00

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"