opnsense-ports/devel/php-uprofiler/Makefile
Franco Fichtner 538c22e7c3 */*: sync with upstream
Taken from: HardenedBSD
2018-03-09 03:40:20 +01:00

31 lines
684 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= uprofiler
PORTVERSION= 0.11.0.20150219
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
MAINTAINER= gasol.wu@gmail.com
COMMENT= Lightweight profiler for PHP
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/../LICENSE
BROKEN_aarch64= invokes x86 assembler
BROKEN_armv6= invokes x86 assembler
BROKEN_armv7= invokes x86 assembler
BROKEN_mips64= invokes x86 assembler
BROKEN_powerpc64= invokes x86 assembler
BROKEN_sparc64= invokes x86 assembler
USE_GITHUB= yes
GH_ACCOUNT= FriendsOfPHP
GH_TAGNAME= 483c1e5
WRKSRC_SUBDIR= extension
USES= php:ext
IGNORE_WITH_PHP= 70 71 72
.include <bsd.port.mk>