1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/www/pecl-swish/Makefile
Jochen Neumeister fc373ceed2 - Update maintainer address
Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
2017-05-16 13:37:51 +00:00

23 lines
396 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= swish
PORTVERSION= 0.5.0
PORTREVISION= 1
CATEGORIES= www pear
MAINTAINER= joneum@FreeBSD.org
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>