mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
23 lines
407 B
Makefile
23 lines
407 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scalar_objects
|
|
PORTVERSION= 0.0.20140124
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
|
|
|
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 73
|
|
|
|
.include <bsd.port.mk>
|