openbsd-ports/archivers/pecl-rar/Makefile
2022-03-23 23:58:28 +00:00

18 lines
265 B
Makefile

COMMENT= PHP support for rar archives
DISTNAME= rar-4.2.0
CATEGORIES= archivers
REVISION= 2
# PHP
PERMIT_PACKAGE= Yes
WANTLIB= c m ${COMPILER_LIBCXX}
COMPILER = base-clang ports-gcc base-gcc
MODULES= lang/php/pecl
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>