aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pear-PHP_Beautifier/Makefile
blob: 952c6c0288fb2b71ee62aeb366a0b4d8187705e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	PHP_Beautifier
PORTVERSION=	0.1.15
PORTREVISION=	1
CATEGORIES=	devel www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR beautifier for PHP
WWW=		https://pear.php.net/package/PHP_Beautifier

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>