blob: 6a4bbed7d2efc7d1fd808f144bca5f893eb5df57 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# New ports collection makefile for: php4-pcre
# Date created: 7 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php4
PKGNAMESUFFIX= -pcre
.include "${MASTERDIR}/Makefile"
|