blob: 45a01ef89397d00dddf56f7a2c1bd9a81664824d (
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>
# $FreeBSD$
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>
|