diff options
author | rafan <rafan@FreeBSD.org> | 2006-09-07 20:24:46 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-09-07 20:24:46 +0800 |
commit | 66eae67e7c2b62dd28ae72a7667ec521ff83d100 (patch) | |
tree | 67cc3d6df5cb5653527b2b339bb46ee3915ab44e /archivers/pecl-rar/Makefile | |
parent | 186952fcbe7c6215ac53dd0b65afec29ab44eaf5 (diff) | |
download | freebsd-ports-gnome-66eae67e7c2b62dd28ae72a7667ec521ff83d100.tar.gz freebsd-ports-gnome-66eae67e7c2b62dd28ae72a7667ec521ff83d100.tar.zst freebsd-ports-gnome-66eae67e7c2b62dd28ae72a7667ec521ff83d100.zip |
Add pecl-rar 0.3.1, a PECL extension to create and read rar files.
PR: ports/102962
Submitted by: chinsan <chinsan.tw at gmail.com>
Diffstat (limited to 'archivers/pecl-rar/Makefile')
-rw-r--r-- | archivers/pecl-rar/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/archivers/pecl-rar/Makefile b/archivers/pecl-rar/Makefile new file mode 100644 index 000000000000..6505c22d09cb --- /dev/null +++ b/archivers/pecl-rar/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: pecl-rar +# Date created: 2006/09/07 +# Whom: chinsan <chinsan.tw@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= rar +PORTVERSION= 0.3.1 +CATEGORIES= archivers pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= chinsan.tw@gmail.com +COMMENT= A PECL extension to create and read rar files + +USE_PHP= yes +USE_PHPEXT= yes + +CONFIGURE_ARGS= --enable-rar + +.include <bsd.port.mk> |