freebsd-ports/devel/pear-pdepend-staticReflection/Makefile
Ruslan Makhmatkhanov 2b2966a8ea The staticReflection component can be used as a drop-in replacement for PHP's
internal reflection api. This component provides a generic reflection stack so
that applications can switch between the internal and/or static reflection
implementation.

WWW: http://pear.pdepend.org/

PR:		172764
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Feature safe:   yes
2012-12-03 18:31:24 +00:00

27 lines
748 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= staticReflection
PORTVERSION= 1.0.0
CATEGORIES= devel pear
MASTER_SITES= http://pear.pdepend.org/get/
PKGNAMEPREFIX= pear-${PEAR_CHANNEL}_
MAINTAINER= gasol.wu@gmail.com
COMMENT= staticReflection package for PHP
LICENSE= BSD
BUILD_DEPENDS= pear>=1.6.0:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.pdepend.org.reg:${PORTSDIR}/devel/pear-channel-pdepend
RUN_DEPENDS= pear>=1.6.0:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.pdepend.org.reg:${PORTSDIR}/devel/pear-channel-pdepend
USE_PHP= tokenizer
PEAR_CHANNEL= pdepend
PEAR_AUTOINSTALL= yes
IGNORE_WITH_PHP=52
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>