mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
fc373ceed2
Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
23 lines
396 B
Makefile
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>
|