6e47d94d47
- Remove duplicate BUILD_DEPENDS and RUN_DEPENDS - Add NO_ARCH - pkg-descr - Bump PORTREVISION for dependency change
19 lines
384 B
Makefile
19 lines
384 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
|
|
PORTNAME= PHP_UML
|
|
PORTVERSION= 1.6.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR Class to Create UML Representation of PHP Code
|
|
|
|
LICENSE= LGPL3
|
|
|
|
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Console_CommandLine>=0:devel/pear-Console_CommandLine@${PHP_FLAVOR}
|
|
|
|
USES= pear
|
|
USE_PHP= spl xsl
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|