92f0fefb75
- Do not depend on the symfony channel .mk - Remove useless IGNORE_WITH_PHP Approved by: portmgr (bapt)
22 lines
554 B
Makefile
22 lines
554 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Finder
|
|
PORTVERSION= 2.3.4
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://pear.symfony.com/get/
|
|
PKGNAMEPREFIX= pear-Symfony_Component_
|
|
DIST_SUBDIR= Symfony2
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= Symfony2 Finder Component
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.symfony.com.reg:${PORTSDIR}/devel/pear-channel-symfony2
|
|
RUN_DEPENDS= ${PEARDIR}/.channels/pear.symfony.com.reg:${PORTSDIR}/devel/pear-channel-symfony2
|
|
|
|
USES= pear
|
|
PEAR_CHANNEL= symfony2
|
|
|
|
.include <bsd.port.mk>
|