6a28bf734a
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
13 lines
295 B
Makefile
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"
|