ports/devel/pear-PHP_UML/Makefile
Ruslan Makhmatkhanov e37090f07a - update to 1.6.1
while here:
- trim Makefile header
- remove indefinite article from COMMENT

PR:		172830
Submitted by:   Muhammad Moinur Rahman <5u623l20 at gmail dot com>
Approved by:	reassigned to the heap
Feature safe:	yes
2012-11-02 15:59:33 +00:00

21 lines
565 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= PHP_UML
PORTVERSION= 1.6.1
CATEGORIES= devel
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR Class to Create UML Representation of PHP Code
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/Console/CommandLine.php:${PORTSDIR}/devel/pear-Console_CommandLine
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
DEFAULT_PHP_VER= 5
USE_PHP= spl xsl
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>