blob: 1a8a08239419835ce3a2d9756c24f289e01f111b (
plain)
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= PHP_Depend
PORTVERSION= 1.1.0
CATEGORIES= devel pear
MASTER_SITES= http://pear.pdepend.org/get/
PKGNAMEPREFIX= pear-
MAINTAINER= gasol.wu@gmail.com
COMMENT= PHP_Depend design quality metrics for PHP packages
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.pdepend.org.reg:devel/pear-channel-pdepend
RUN_DEPENDS= ${PEARDIR}/.channels/pear.pdepend.org.reg:devel/pear-channel-pdepend
USES= pear
PEAR_CHANNEL= pdepend
USE_PHP= dom tokenizer simplexml
.include <bsd.port.mk>
|