blob: 59cf127d7b945777a992b3470db03500bc292ff1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
CATEGORIES= converters
MASTERDIR= ${.CURDIR}/../../lang/php5
PKGNAMESUFFIX= -mbstring
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
|