freebsd-ports/devel/pear-Symfony_Component_Finder/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

22 lines
530 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:devel/pear-channel-symfony2
RUN_DEPENDS= ${PEARDIR}/.channels/pear.symfony.com.reg:devel/pear-channel-symfony2
USES= pear
PEAR_CHANNEL= symfony2
.include <bsd.port.mk>