ports/devel/pear-PEAR_PackageFileManager2/Makefile
2021-05-23 00:20:48 +08:00

19 lines
518 B
Makefile

# 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>