91a1caa242
Hope to see you back! Thank for all the work!
23 lines
426 B
Makefile
23 lines
426 B
Makefile
# Created by: Chin-San Huang <chinsan.tw@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rar
|
|
PORTVERSION= 3.0.2
|
|
CATEGORIES= archivers pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PECL extension to create and read RAR files
|
|
|
|
LICENSE= PHP301
|
|
|
|
USE_PHP= spl
|
|
USE_PHPEXT= yes
|
|
USE_PHP_BUILD= yes
|
|
|
|
CONFIGURE_ARGS= --enable-rar
|
|
|
|
.include <bsd.port.mk>
|