aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pear-pdepend-staticReflection/Makefile
blob: 6046a6e2906f490046abff1a102e82b9442c16e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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=    BSD3CLAUSE

BUILD_DEPENDS=  ${PEARDIR}/.channels/pear.pdepend.org.reg:${PORTSDIR}/devel/pear-channel-pdepend
RUN_DEPENDS=    ${PEARDIR}/.channels/pear.pdepend.org.reg:${PORTSDIR}/devel/pear-channel-pdepend

USE_PHP=    tokenizer
PEAR_CHANNEL=   pdepend
USES=   pear

.include <bsd.port.mk>