1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/archivers/pecl-rar/Makefile
Jochen Neumeister 3fb0db61aa - archivers/pecl-rar: Update from 3.0.2 to 4.0.0
Changelog:
 - Merge changes made to unrar up to version 5.5.6.
 - Support PHP 7.0 and PHP 7.1.
 - Added functions RarEntry::getRedirType(),
   RarEntry::isRedirectToDirectory() and RarEntry::getRedirTarget(),
   as well as the following constants on RarEntry: FSREDIR_UNIXSYMLINK,
   FSREDIR_WINSYMLINK, FSREDIR_JUNCTION, FSREDIR_HARDLINK and FSREDIR_FILECOPY.
 - Changed stat handler to return UTC time for creation,
   modification and access time (does not work reliably on Windows).
 - Fix cloning of RarArchive being allowed.

Approved by:	rene (mentor)
Differential Revision:	https://reviews.freebsd.org/D11762
2017-08-01 21:15:49 +00:00

20 lines
340 B
Makefile

# Created by: Chin-San Huang <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= rar
PORTVERSION= 4.0.0
CATEGORIES= archivers pear
MAINTAINER= joneum@FreeBSD.org
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>