freebsd-ports/archivers/pecl-rar/Makefile
Martin Wilke a27c93014d * The module requires the SPL extension to be installed.
* The module requires the php extenstions in the build env so add USE_PHP_BUILD
* The module is not compatiable with php 4 so add IGNORE_WITH_PHP=4
* Remove the MD5 line from distinfo.

PR:		152923
Submitted by:	"Tom Judge" <tom@tomjudge.com>
2010-12-20 06:24:49 +00:00

28 lines
514 B
Makefile

# New ports collection makefile for: pecl-rar
# Date created: 2006/09/07
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#
PORTNAME= rar
PORTVERSION= 2.0.0
CATEGORIES= archivers pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= miwi@FreeBSD.org
COMMENT= A PECL extension to create and read rar files
LICENSE= PHP301
USE_PHP= spl
USE_PHPEXT= yes
USE_PHP_BUILD= yes
IGNORE_WITH_PHP=4
CONFIGURE_ARGS= --enable-rar
.include <bsd.port.mk>