summaryrefslogtreecommitdiff
path: root/archivers/pecl-rar/Makefile
blob: be2bd9ae9b892847b2d8b3907df70f01a225618b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
IGNORE_WITH_PHP=	81 82

CONFIGURE_ARGS=	--enable-rar

.include <bsd.port.mk>