View | Details | Raw Unified | Return to bug 75751
Collapse All | Expand All

(-)pear-PEAR/Makefile (-11 / +11 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	PEAR
8
PORTNAME=	PEAR
9
PORTVERSION=	1.3.3.1
9
PORTVERSION=	1.3.4
10
PORTREVISION=	3
11
CATEGORIES=	devel www pear
10
CATEGORIES=	devel www pear
12
11
13
MAINTAINER=	antonio@php.net
12
MAINTAINER=	antonio@php.net
Lines 18-32 Link Here
18
		${PEARDIR}/XML/RPC.php:${PORTSDIR}/devel/pear-XML_RPC
17
		${PEARDIR}/XML/RPC.php:${PORTSDIR}/devel/pear-XML_RPC
19
RUN_DEPENDS=	${BUILD_DEPENDS}
18
RUN_DEPENDS=	${BUILD_DEPENDS}
20
19
21
FILES=		PEAR.php System.php package.dtd template.spec OS/Guess.php 		\
20
FILES=		OS/Guess.php PEAR/Command/Auth.php PEAR/Command/Build.php \
22
		PEAR/Command/Auth.php PEAR/Command/Build.php PEAR/Command/Common.php 	\
21
		PEAR/Command/Common.php PEAR/Command/Config.php \
23
		PEAR/Command/Config.php PEAR/Command/Install.php 			\
22
		PEAR/Command/Install.php PEAR/Command/Package.php \
24
		PEAR/Command/Package.php PEAR/Command/Registry.php 			\
23
		PEAR/Command/Registry.php PEAR/Command/Remote.php \
25
		PEAR/Command/Remote.php PEAR/Command/Mirror.php PEAR/Frontend/CLI.php 	\
24
		PEAR/Command/Mirror.php PEAR/Frontend/CLI.php PEAR/Autoloader.php \
26
		PEAR/Autoloader.php PEAR/Command.php PEAR/Common.php PEAR/Config.php 	\
25
		PEAR/Command.php PEAR/Common.php PEAR/Config.php PEAR/Dependency.php \
27
		PEAR/Dependency.php PEAR/Downloader.php PEAR/Exception.php 		\
26
		PEAR/Downloader.php PEAR/Exception.php PEAR/ErrorStack.php \
28
		PEAR/ErrorStack.php PEAR/Builder.php PEAR/Installer.php 		\
27
		PEAR/Builder.php PEAR/Installer.php PEAR/Packager.php PEAR/Registry.php \
29
		PEAR/Packager.php PEAR/Registry.php PEAR/Remote.php PEAR/RunTest.php
28
		PEAR/Remote.php PEAR/RunTest.php PEAR.php System.php \
29
		package.dtd template.spec
30
SCRIPTFILES=	pear2
30
SCRIPTFILES=	pear2
31
31
32
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>

Return to bug 75751