freebsd-ports/archivers/pecl-rar/Makefile
Jochen Neumeister e6b48082a4 hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 17:05:44 +00:00

19 lines
338 B
Makefile

# Created by: Chin-San Huang <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= rar
PORTVERSION= 4.0.0
CATEGORIES= archivers pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PECL extension to create and read RAR files
LICENSE= PHP301
USES= php:pecl
USE_PHP= spl:build
IGNORE_WITH_PHP= 73 74
CONFIGURE_ARGS= --enable-rar
.include <bsd.port.mk>