ports/devel/php-scalar_objects/Makefile
Mathieu Arnold 25c794224f Mark ports not building with PHP 7.1.
Sponsored by:	Absolight
2017-02-07 12:14:34 +00:00

22 lines
385 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= scalar_objects
PORTVERSION= 0.0.20140124
PORTREVISION= 2
CATEGORIES= devel
PKGNAMEPREFIX= php-
MAINTAINER= gasol.wu@gmail.com
COMMENT= Support method calls on primitive types in PHP
LICENSE= PHP301
USE_GITHUB= yes
GH_ACCOUNT= nikic
GH_TAGNAME= baf4985
USES= php:ext
IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>