mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
28 lines
695 B
Makefile
28 lines
695 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PHP_PMD
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://pear.phpmd.org/get/
|
|
PKGNAMEPREFIX= pear-
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= PHP Mess Detector
|
|
|
|
LICENSE= BSD
|
|
|
|
BUILD_DEPENDS= pear>=1.6.0:${PORTSDIR}/devel/pear \
|
|
${PEARDIR}/.channels/pear.phpmd.org.reg:${PORTSDIR}/devel/pear-channel-phpmd
|
|
RUN_DEPENDS= pear>=1.6.0:${PORTSDIR}/devel/pear \
|
|
${PEARDIR}/.channels/pear.phpmd.org.reg:${PORTSDIR}/devel/pear-channel-phpmd
|
|
|
|
PEAR_CHANNEL= phpmd
|
|
PEAR_AUTOINSTALL= yes
|
|
USE_PHP= dom simplexml
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|