summaryrefslogtreecommitdiff
path: root/devel/php-scalar_objects/Makefile
blob: ac9e2f3c20f81c44fc0e06224f50a769b971bd1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>