mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
23 lines
555 B
Makefile
23 lines
555 B
Makefile
# 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>
|