mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
142171e3f3
indefinite article from COMMENT line; also fix few noticed styles bugs while I am here.
25 lines
443 B
Makefile
25 lines
443 B
Makefile
# Created by: Chin-San Huang <chinsan.tw@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rar
|
|
PORTVERSION= 3.0.0
|
|
CATEGORIES= archivers pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PECL extension to create and read RAR files
|
|
|
|
LICENSE= PHP301
|
|
|
|
USE_PHP= spl
|
|
USE_PHPEXT= yes
|
|
USE_PHP_BUILD= yes
|
|
IGNORE_WITH_PHP=4
|
|
|
|
CONFIGURE_ARGS= --enable-rar
|
|
|
|
.include <bsd.port.mk>
|