pkgsrc/net/pear-Net_URL2/Makefile
taca 6a28bf734a Update pear-Net_URL2 to 2.2.1.
Summary from commit log:

* Fix: Correct case of method call name
* Fix: Correct earlier regex delimiter

  Remove superfluous character from character class that was previously
  needed as the at-symbol ("@") was used as pattern delimiter.

  Ref: fca283a
2016-07-19 14:55:07 +00:00

13 lines
295 B
Makefile

# $NetBSD: Makefile,v 1.3 2016/07/19 14:55:07 taca Exp $
DISTNAME= Net_URL2-2.2.1
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"