ports/devel/php-scalar_objects/Makefile
Alex Kozlov 43a22bb0dd - Fix various distinfo errors
- 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
2014-10-16 08:55:30 +00:00

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>