81815855ee
Approved by: rafan (mentor)
24 lines
458 B
Makefile
24 lines
458 B
Makefile
# New ports collection makefile for: pecl-rar
|
|
# Date created: 2006/09/07
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rar
|
|
PORTVERSION= 0.3.4
|
|
CATEGORIES= archivers pear
|
|
MASTER_SITES= LOCAL/chinsan/PECL/
|
|
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>
|