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