freebsd-ports/archivers/pecl-rar/Makefile
Antoine Brodin d926c2a565 Those ports are not compatible with php 7.3
Reported by:	pkg-fallout
2018-10-12 06:23:47 +00:00

19 lines
337 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= 73
CONFIGURE_ARGS= --enable-rar
.include <bsd.port.mk>