mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
cec872775b
- Add DEBUG option - Update WWW PR: 243674
20 lines
337 B
Makefile
20 lines
337 B
Makefile
# Created by: punkt.de Hosting Team <mops@punkt.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vips
|
|
PORTVERSION= 1.0.9
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= mops@punkt.de
|
|
COMMENT= PHP bindings for libvips
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
LIB_DEPENDS= libvips.so:graphics/vips
|
|
|
|
USES= php:pecl pkgconfig
|
|
|
|
.include <bsd.port.mk>
|