summaryrefslogtreecommitdiff
path: root/archivers/pecl-rar/Makefile
blob: b145959df90e2fee5fa4391b9f576480ded6a99c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	pecl-rar
# Date created:			2006/09/07
# Whom:				chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	rar
PORTVERSION=	3.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>