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