blob: 1527a839d331c01123a6b65dacb886c2de5ed7d8 (
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/php70
PKGNAMESUFFIX= -mbstring
.include "${MASTERDIR}/Makefile"
|