pkgsrc-wip/pear-Net_URL/Makefile
2004-01-15 16:19:29 +00:00

16 lines
434 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/01/15 16:19:29 poppnk Exp $
DISTNAME= Net_URL-1.0.10
CATEGORIES= www
MAINTAINER= tech-kern@NetBSD.org
HOMEPAGE= http://pear.php.net/package/Net_URL/
COMMENT= PHP classes to easy parsing of Urls
.include "../../mk/bsd.prefs.mk"
.if defined(PEAR_USE_PHP5) && ${PEAR_USE_PHP5} == "YES"
.include "../../wip/php5/pear.mk"
.else
.include "../../www/php4/pear.mk"
.endif
.include "../../mk/bsd.pkg.mk"