diff options
Diffstat (limited to 'devel/pear-PHP_PMD')
-rw-r--r-- | devel/pear-PHP_PMD/Makefile | 26 | ||||
-rw-r--r-- | devel/pear-PHP_PMD/distinfo | 3 | ||||
-rw-r--r-- | devel/pear-PHP_PMD/pkg-descr | 6 |
3 files changed, 0 insertions, 35 deletions
diff --git a/devel/pear-PHP_PMD/Makefile b/devel/pear-PHP_PMD/Makefile deleted file mode 100644 index d7a43ded6202..000000000000 --- a/devel/pear-PHP_PMD/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= PHP_PMD -PORTVERSION= 1.5.0 -CATEGORIES= devel pear -MASTER_SITES= http://pear.phpmd.org/get/ - -MAINTAINER= miwi@FreeBSD.org -COMMENT= PHP Mess Detector - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -PORTSCOUT= skipv=2.* - -USES= pear php -PEAR_CHANNEL= phpmd -USE_PHP= dom simplexml -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/pear-PHP_PMD/distinfo b/devel/pear-PHP_PMD/distinfo deleted file mode 100644 index d2dfe47ba76a..000000000000 --- a/devel/pear-PHP_PMD/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1492080866 -SHA256 (PEAR/PHP_PMD-1.5.0.tgz) = fd6533e6c794eb33422a301269fa928b124df6fc555c8d4b8786bdcb9b49529c -SIZE (PEAR/PHP_PMD-1.5.0.tgz) = 49534 diff --git a/devel/pear-PHP_PMD/pkg-descr b/devel/pear-PHP_PMD/pkg-descr deleted file mode 100644 index 7fd4df77b7ef..000000000000 --- a/devel/pear-PHP_PMD/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The PHP Mess Detector aims to be a simplified PHP port of the well known -Java Tool PMD. This project uses PHP_Depend to measure several software -metrics from given source code, then it compares the calculated values -with customizeable thresholds and reports all suspect software artifacts - -WWW: http://phpmd.org/ |