24 lines
470 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2012/08/30 14:09:21 sthen Exp $
COMMENT = PHP support for retrieving info about files
DISTNAME = Fileinfo-1.0.4
REVISION = 7
CATEGORIES = sysutils
MAINTAINER = Johan Huldtgren <jhuldtgren@gmail.com>
2012-04-19 21:30:26 +00:00
# PHP
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += z magic
2012-04-19 21:30:26 +00:00
MODULES= lang/php/pecl
CONFIGURE_STYLE= gnu
2012-04-19 21:30:26 +00:00
LIB_DEPENDS = devel/libmagic
.include <bsd.port.mk>