diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 20:37:44 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 20:37:44 +0000 |
commit | 2c63d3db06830acaa29cf2be7d47a012b51b86fb (patch) | |
tree | c3dac89a067b247c969db8f6d00f47fe550240ed /net/pear-Net_URL/Makefile | |
parent | bf570a57b3d9f073f92c27624b30b75ac26ce471 (diff) | |
download | pkgsrc-2c63d3db06830acaa29cf2be7d47a012b51b86fb.tar.gz |
Add pear-Net_URL-1.0.10 - PHP classes to easy parsing of URLs.
Courtesy of pkgsrc-wip, thanks.
Diffstat (limited to 'net/pear-Net_URL/Makefile')
-rw-r--r-- | net/pear-Net_URL/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/pear-Net_URL/Makefile b/net/pear-Net_URL/Makefile new file mode 100644 index 00000000000..efda3e9050d --- /dev/null +++ b/net/pear-Net_URL/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/01 20:37:44 jdolecek Exp $ + +DISTNAME= Net_URL-1.0.10 +CATEGORIES+= net + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://pear.php.net/package/Net_URL/ +COMMENT= PHP classes to easy parsing of URLs + +.include "../../lang/php/pear.mk" +.include "../../mk/bsd.pkg.mk" |