freebsd-ports/devel/pear-PHP_UML/Makefile
Sunpoet Po-Chuan Hsieh 06ea3edb81 Update distinfo and unbreak this port
- While I'm here, add USES=php

Content of tarballs are unchanged (checked against [1]).

=> PHP_UML-1.6.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/PHP_UML-1.6.2.tgz
fetch: http://pear.php.net/get/PHP_UML-1.6.2.tgz: size mismatch: expected 519030, actual 531848

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/PHP_UML-1.6.2.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:36:11 +00:00

22 lines
490 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= PHP_UML
PORTVERSION= 1.6.2
CATEGORIES= devel
MAINTAINER= joneum@FreeBSD.org
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 php
USE_PHP= spl xsl
.include <bsd.port.mk>