blob: 1196563c51535b63ccac703a8b29a0f2da5e8a2c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# New ports collection makefile for: php53-fileinfo
# Date created: 12 Apr 2012
# Whom: Florian Smeets <flo@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= sysutils
MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -fileinfo
.include "${MASTERDIR}/Makefile"
|