mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
18 lines
318 B
Makefile
18 lines
318 B
Makefile
# 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>
|