mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
23 lines
398 B
Makefile
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>
|