summaryrefslogtreecommitdiff
path: root/devel/pear-PEAR_PackageFileManager2/Makefile
blob: bc50ec9825863cc944069a60572fa5c3d54def52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Sylvio Cesar <sylvio@FreeBSD.org>

PORTNAME=	PEAR_PackageFileManager2
PORTVERSION=	1.0.4
CATEGORIES=	devel www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR class to maintain PEAR packages

LICENSE=	BSD2CLAUSE

BUILD_DEPENDS=	${PEARDIR}/PEAR/PackageFileManager/Plugins.php:devel/pear-PEAR_PackageFileManager_Plugins@${PHP_FLAVOR}
RUN_DEPENDS=	${PEARDIR}/PEAR/PackageFileManager/Plugins.php:devel/pear-PEAR_PackageFileManager_Plugins@${PHP_FLAVOR}

USES=		pear

NO_ARCH=	yes

.include <bsd.port.mk>