mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
PHP_Depend is an adaption of the Java design quality metrics software JDepend
and the NDepend metric tool. WWW: http://pdepend.org/ PR: 172760 Submitted by: Gasol Wu <gasol.wu@gmail.com> Feature safe: yes
This commit is contained in:
parent
47e5e916ae
commit
bd6507c681
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308155
@ -3018,6 +3018,7 @@
|
||||
SUBDIR += pear-PHP_CodeSniffer
|
||||
SUBDIR += pear-PHP_Compat
|
||||
SUBDIR += pear-PHP_CompatInfo
|
||||
SUBDIR += pear-PHP_Depend
|
||||
SUBDIR += pear-PHP_Parser
|
||||
SUBDIR += pear-PHP_ParserGenerator
|
||||
SUBDIR += pear-PHP_Timer
|
||||
|
26
devel/pear-PHP_Depend/Makefile
Normal file
26
devel/pear-PHP_Depend/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# 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= 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
|
||||
|
||||
PEAR_CHANNEL= pdepend
|
||||
PEAR_AUTOINSTALL= yes
|
||||
USE_PHP= dom tokenizer simplexml
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk>
|
2
devel/pear-PHP_Depend/distinfo
Normal file
2
devel/pear-PHP_Depend/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PEAR/PHP_Depend-1.1.0.tgz) = c691173be19c9e4cb0050fd515310769a1e2b4ff2a4f452cccb03dd78c15d050
|
||||
SIZE (PEAR/PHP_Depend-1.1.0.tgz) = 182692
|
4
devel/pear-PHP_Depend/pkg-descr
Normal file
4
devel/pear-PHP_Depend/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
PHP_Depend is an adaption of the Java design quality metrics software JDepend
|
||||
and the NDepend metric tool.
|
||||
|
||||
WWW: http://pdepend.org/
|
Loading…
Reference in New Issue
Block a user