summaryrefslogtreecommitdiff
path: root/sysutils/pecl-fileinfo/Makefile
blob: 240a94d3438f4bf6148460e3f7c8a3fc116347ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	pecl-fileinfo
# Date created:			21 Jul 2004
# Whom:				Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	fileinfo
PORTVERSION=	1.0.4
CATEGORIES=	sysutils pear
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
DISTNAME=	Fileinfo-${PORTVERSION}
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	PECL

MAINTAINER=	ale@FreeBSD.org
COMMENT=	A PECL extension to retrieve info about files

USE_PHP=	yes
USE_PHPEXT=	yes
DEFAULT_PHP_VER=52
IGNORE_WITH_PHP=5 53

CONFIGURE_ARGS=	--with-fileinfo=/usr

.include <bsd.port.mk>