mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
22 lines
488 B
Makefile
22 lines
488 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PHP_UML
|
|
PORTVERSION= 1.6.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= joneum@bsdproject.de
|
|
COMMENT= PEAR Class to Create UML Representation of PHP Code
|
|
|
|
LICENSE= LGPL3
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:devel/pear \
|
|
${PEARDIR}/Console/CommandLine.php:devel/pear-Console_CommandLine
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:devel/pear
|
|
|
|
BROKEN_powerpc64= fails to package: Signal 11
|
|
|
|
USES= pear
|
|
USE_PHP= spl xsl
|
|
|
|
.include <bsd.port.mk>
|