15 lines
260 B
Makefile
15 lines
260 B
Makefile
|
# New ports collection makefile for: php52-tokenizer
|
||
|
# Date created: 17 Apr 2010
|
||
|
# Whom: Alex Keda <admin@lissyara.su>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../lang/php52
|
||
|
|
||
|
PKGNAMESUFFIX= -tokenizer
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|