mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 06:19:19 -04:00
- Remove unused USE_* knobs - Fix typos in USE_* knobs - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D911
26 lines
462 B
Makefile
26 lines
462 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scalar_objects
|
|
PORTVERSION= 0.0.20140124
|
|
PORTREVISION= 1
|
|
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_PROJECT= scalar_objects
|
|
GH_TAGNAME= ${GH_COMMIT}
|
|
GH_COMMIT= baf4985
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHP_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|