blob: 156e2c229afcfeb81e4406c3bd3c7e4ec4e32e39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
IGNORE_WITH_PHP= 81 82
CONFIGURE_ARGS= --enable-rar
.include <bsd.port.mk>
|