1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/archivers/pecl-rar/Makefile
2021-04-06 16:31:07 +02:00

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>