diff options
Diffstat (limited to 'sysutils/php5-fileinfo/Makefile')
-rw-r--r-- | sysutils/php5-fileinfo/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/php5-fileinfo/Makefile b/sysutils/php5-fileinfo/Makefile new file mode 100644 index 000000000000..88a720220b56 --- /dev/null +++ b/sysutils/php5-fileinfo/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-fileinfo +# Date created: 7 Sep 2010 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= sysutils + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -fileinfo + +.include "${MASTERDIR}/Makefile" |