c6457ffef4
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
24 lines
411 B
Makefile
24 lines
411 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_TAGNAME= baf4985
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHP_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|