diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-07 12:25:09 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-07 12:25:09 +0000 |
commit | ff1c72ebd7285e50f3bf07db47025ebd980684ba (patch) | |
tree | 869b1c3879e73551c994a6966baac2b372519426 /archivers/pecl-bz2/Makefile | |
parent | 3b047f46575c0e9bcd3f64763b854c6095ee69ef (diff) | |
download | ports-ff1c72ebd7285e50f3bf07db47025ebd980684ba.tar.gz ports-ff1c72ebd7285e50f3bf07db47025ebd980684ba.zip |
Notes
Diffstat (limited to 'archivers/pecl-bz2/Makefile')
-rw-r--r-- | archivers/pecl-bz2/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/archivers/pecl-bz2/Makefile b/archivers/pecl-bz2/Makefile new file mode 100644 index 000000000000..8f5fe037349d --- /dev/null +++ b/archivers/pecl-bz2/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: pecl-bz2 +# Date created: 2006/09/07 +# Whom: chinsan <chinsan.tw@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= bz2 +PORTVERSION= 1.0 +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 Bzip2 management extension + +USE_PHP= yes +USE_PHPEXT= yes + +CONFIGURE_ARGS= --enable-bz2 + +.include <bsd.port.mk> |