mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
30 lines
687 B
Makefile
30 lines
687 B
Makefile
# New ports collection makefile for: php5-msgpack
|
|
# Date created: 2012-01-02
|
|
# Whom: Valery Komarov <komarov@valerka.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= msgpack
|
|
PORTVERSION= 0.5.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://php-msgpack.googlecode.com/files/
|
|
PKGNAMEPREFIX= php5-
|
|
DISTNAME= php-msgpack-${PORTVERSION}
|
|
|
|
MAINTAINER= komarov@valerka.net
|
|
COMMENT= PHP extension for interfacing with MessagePack
|
|
|
|
WRKSRC= ${WRKDIR}/php-msgpack
|
|
|
|
USE_PHP= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHPEXT= yes
|
|
PHP_MODNAME= msgpack
|
|
DEFAULT_PHP_VER=53
|
|
IGNORE_WITH_PHP=5
|
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/session.so:${PORTSDIR}/www/php5-session
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|