mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
98065230bd
PEAR install. * The format for the page is similar to that for phpinfo() except using PEAR colors. * Has complete PEAR Credits (based on the packages you have installed). * Will show if there is a newer version than the one presently installed (and what its state is) * Each package has an anchor in the form pkg_PackageName - where PackageName is a case-sensitive PEAR package name With a few parameters, the entire package.xml is automatically updated with a listing of all files in a package. WWW: http://pear.php.net/package/PEAR_Info/ PR: ports/101102 Submitted by: chinsan <chinsan.tw at gmail.com>
26 lines
549 B
Makefile
26 lines
549 B
Makefile
# Ports collection makefile for: pear-PEAR_Info
|
|
# Date created: 2006/07/31
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= PEAR_Info
|
|
PORTVERSION= 1.6.1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= chinsan.tw@gmail.com
|
|
COMMENT= Show Information about your PEAR install and its packages
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
CATEGORY= PEAR
|
|
FILES= Info.php
|
|
TESTS= pear_info.php
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|