/net/hs-network/

le='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pear-pdepend-staticReflection/Makefile
blob: ee3a2c3c64f3fbc61dfca486e9286f3fdeeaf055 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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_PKGNAMEPREFIX}${PEAR_CHANNEL}_

MAINTAINER= miwi@FreeBSD.org
COMMENT=    staticReflection package for PHP

LICENSE=    BSD3CLAUSE

USE_PHP=    tokenizer
PEAR_CHANNEL=   pdepend
USES=       pear php

.include <bsd.port.mk>