1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

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>