freebsd-ports/devel/pear-pdepend-staticReflection/Makefile
2021-05-23 00:20:48 +08:00

18 lines
388 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
PORTNAME= staticReflection
PORTVERSION= 1.0.0
CATEGORIES= devel pear
MASTER_SITES= http://pear.pdepend.org/get/
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}${PEAR_CHANNEL}_
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= staticReflection package for PHP
LICENSE= BSD3CLAUSE
USE_PHP= tokenizer
PEAR_CHANNEL= pdepend
USES= pear php
.include <bsd.port.mk>