1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- PHP 5.2 slave port

PR:		145772
Submitted by:	Alex Keda
This commit is contained in:
Dirk Meyer 2010-04-23 22:27:15 +00:00
parent 4df5745bbf
commit f3662e4e05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253127
2 changed files with 15 additions and 0 deletions

View File

@ -2477,6 +2477,7 @@
SUBDIR += php52-readline
SUBDIR += php52-shmop
SUBDIR += php52-spl
SUBDIR += php52-sysvmsg
SUBDIR += php52-tokenizer
SUBDIR += phpbt
SUBDIR += phptags

View File

@ -0,0 +1,14 @@
# 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"