aboutsummaryrefslogtreecommitdiff
path: root/archivers/pecl-rar/Makefile
blob: 15aa0c26f13e4e2f5bbbfc44eeef73c4f92c7b3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Chin-San Huang <chinsan.tw@gmail.com>

PORTNAME=	rar
PORTVERSION=	4.2.0
CATEGORIES=	archivers pear

MAINTAINER=	fluffy@FreeBSD.org
COMMENT=	PECL extension to create and read RAR files

LICENSE=	PHP301

USES=		compiler:c11 php:pecl
USE_PHP=	spl:build

CONFIGURE_ARGS=	--enable-rar

.include <bsd.port.mk>