blob: 30cd8e6f1168add12ce830a3c8abcc613cef8bd7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Ports collection makefile for: pear-Config
# Date created: 02 September 2003
# Whom: Alex Miller (<asm@asm.kiev.ua>)
#
# $FreeBSD$
#
PORTNAME= Config
PORTVERSION= 1.10.4
CATEGORIES= devel www pear
MAINTAINER= antonio@php.net
COMMENT= Your configurations swiss-army knife
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
FILES= Config.php Config/Container.php Config/Container/Apache.php \
Config/Container/GenericConf.php Config/Container/IniCommented.php \
Config/Container/IniFile.php Config/Container/PHPArray.php \
Config/Container/XML.php
DOCS= Apache.php IniCommented.php IniFromScratch.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
|