opnsense-ports/devel/php-scalar_objects/Makefile
Franco Fichtner c139eec2bc */*: sync with upstream
Taken from: FreeBSD
2015-05-07 08:12:42 +02:00

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>