freebsd-ports/archivers/pecl-rar/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

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>