d926c2a565
Reported by: pkg-fallout
19 lines
337 B
Makefile
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>
|