4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
18 lines
484 B
Makefile
18 lines
484 B
Makefile
# Created by: Sylvio Cesar <sylvio@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PEAR_PackageFileManager2
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= miwi@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>
|