20 lines
379 B
Makefile
20 lines
379 B
Makefile
# New ports collection makefile for: php5-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/php5
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.pear
|
|
PKGMESSAGE= ${PKGDIR}/pkg-message.pear
|
|
|
|
.include "${MASTERDIR}/Makefile"
|