mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
22 lines
359 B
Makefile
22 lines
359 B
Makefile
# Created by: Chin-San Huang <chinsan.tw@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rar
|
|
PORTVERSION= 3.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers pear
|
|
|
|
MAINTAINER= joneum@bsdproject.de
|
|
COMMENT= PECL extension to create and read RAR files
|
|
|
|
LICENSE= PHP301
|
|
|
|
USES= php:pecl
|
|
USE_PHP= spl:build
|
|
IGNORE_WITH_PHP= 70 71
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-rar
|
|
|
|
.include <bsd.port.mk>
|