mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
18 lines
486 B
Makefile
18 lines
486 B
Makefile
# Created by: Sylvio Cesar <sylvio@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PEAR_PackageFileManager2
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR class to maintain PEAR packages
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR/PackageFileManager/Plugins.php:devel/pear-PEAR_PackageFileManager_Plugins
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR/PackageFileManager/Plugins.php:devel/pear-PEAR_PackageFileManager_Plugins
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|