1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/www/pecl-swish/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

23 lines
398 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= swish
PORTVERSION= 0.5.0
PORTREVISION= 1
CATEGORIES= www pear
MAINTAINER= joneum@bsdproject.de
COMMENT= Swish-e bindings for PHP
LICENSE= PHP301
BUILD_DEPENDS= swish-config:www/swish-e
RUN_DEPENDS:= swish-config:www/swish-e
USES= php:pecl
IGNORE_WITH_PHP= 70 71
CONFIGURE_ARGS= --enable-swish --with-swish=${LOCALBASE}/bin
.include <bsd.port.mk>