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