mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
b52b8f0ed0
PR: ports/123656 Submitted by: Wen Heping <wenheping _at_ gmail.com> Approved by: maintainer
25 lines
463 B
Makefile
25 lines
463 B
Makefile
# New ports collection makefile for: pecl-rar
|
|
# Date created: 2006/09/07
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rar
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= archivers pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= A PECL extension to create and read rar files
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
|
|
CONFIGURE_ARGS= --enable-rar
|
|
|
|
.include <bsd.port.mk>
|