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