summaryrefslogtreecommitdiff
path: root/devel/pear-PHP_PMD/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pear-PHP_PMD/Makefile')
-rw-r--r--devel/pear-PHP_PMD/Makefile26
1 files changed, 0 insertions, 26 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>