pkgsrc/devel/php3-pcre/Makefile
jlam 78dc5013fa Move to devel/php3-pcre from the www category to match similar
relocations of the PHP4 module packages.
2002-01-10 13:05:52 +00:00

26 lines
674 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2002/01/10 13:05:52 jlam 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
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}:../../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"