freebsd-ports/sysutils/pecl-fileinfo/Makefile
Alex Dupre ee35ae9ae6 Add pecl-fileinfo 0.2, a PECL extension to retrieve info about files.
This extension replaces the deprecated PHP4 mime_magic extension.
2004-07-21 09:29:36 +00:00

27 lines
563 B
Makefile

# New ports collection makefile for: pecl-fileinfo
# Date created: 21 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fileinfo
PORTVERSION= 0.2
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
LIB_DEPENDS= magic.1:${PORTSDIR}/sysutils/file
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --with-fileinfo=${LOCALBASE}
.include <bsd.port.mk>