blob: b40f00031deca8d263290eb3f67e3e2271b1a6a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: php4-pear
# Date created: 7 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= devel
PKGNAMESUFFIX= -pear
MAINTAINER= ale@FreeBSD.org
COMMENT= PEAR framework for PHP
MASTERDIR= ${.CURDIR}/../../lang/php4
PLIST= ${PKGDIR}/pkg-plist.pear
PKGMESSAGE= ${PKGDIR}/pkg-message.pear
.include "${MASTERDIR}/Makefile"
|