blob: b36ab91e896f9b60dc8d9004fa42853b0f1756b1 (
plain) (
blame)
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= -phar
.include "${MASTERDIR}/Makefile"
|