mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
22 lines
385 B
Makefile
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>
|