freebsd-ports/devel/pear-PHP_Beautifier/Makefile
Jochen Neumeister e6b48082a4 hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 17:05:44 +00:00

18 lines
428 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= PHP_Beautifier
PORTVERSION= 0.1.15
PORTREVISION= 1
CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR beautifier for PHP
BUILD_DEPENDS= ${PEARDIR}/Log.php:sysutils/pear-Log@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/Log.php:sysutils/pear-Log@${PHP_FLAVOR}
USES= pear php
USE_PHP= tokenizer bz2
.include <bsd.port.mk>