freebsd-ports/devel/php-scalar_objects/Makefile
Mathieu Arnold d7640e6c92 Note PHP ports that do not build with 7.2.
Sponsored by:	Absolight
2018-02-07 17:46:10 +00:00

22 lines
388 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 72
.include <bsd.port.mk>