mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
7635814ed6
- Official version of the code has been integrated into the MessagePack project PR: ports/169261 Submitted by: Valery Komarov <komarov@valerka.net> (maintainer) Obtained from: https://github.com/msgpack/msgpack/tree/master/php/
32 lines
689 B
Makefile
32 lines
689 B
Makefile
# New ports collection makefile for: php5-msgpack
|
|
# Date created: 2012-01-02
|
|
# Whom: Valery Komarov <komarov@valerka.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= msgpack
|
|
PORTVERSION= 2012.05.05
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://github.com/${GITHUB_USER}/${GITHUB_REPO}/tarball/${GITVERSION}/
|
|
PKGNAMEPREFIX= php5-
|
|
DISTNAME= msgpack-msgpack-${GITVERSION}
|
|
|
|
MAINTAINER= komarov@valerka.net
|
|
COMMENT= PHP extension for interfacing with MessagePack
|
|
|
|
WRKSRC= ${WRKDIR}/msgpack-msgpack-${GITVERSION}/php
|
|
|
|
GITHUB_USER= msgpack
|
|
GITHUB_REPO= msgpack
|
|
GITVERSION= 980a652
|
|
FETCH_ARGS= -pRr
|
|
|
|
USE_PHP= session
|
|
USE_PHP_BUILD= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHPEXT= yes
|
|
PHP_MODNAME= msgpack
|
|
|
|
.include <bsd.port.mk>
|