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

19 lines
397 B
Makefile

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