blob: 4b80863372e4df2e3a0e4e977e8ecbd6be5e0105 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.5 2002/10/24 09:50:13 wiz Exp $
#
# This package is a placeholder to signify that the base PHP3 package already
# has the PCRE functionality. It *must* have the same version number as the
# PHP3 package.
#
DISTNAME= php-pcre-${BASE_VERS}
BASE_VERS= 3.0.18
PKGREVISION= 1
CATEGORIES= www php devel
DISTFILES= # empty
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.php.net/
COMMENT= PHP3 extension for Perl-compatible regular expressions
DEPENDS+= php-${BASE_VERS}nb2:../../www/php3
EXTRACT_ONLY= # empty
NO_CHECKSUM= # defined
NO_PATCH= # defined
NO_CONFIGURE= # defined
NO_BUILD= # defined
do-install: # empty
.include "../../mk/bsd.pkg.mk"
|