blob: 47c45d6ae2d6d75ddda5cfefc40f806f91770fa5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# New ports collection makefile for: php5-zip
# Date created: 10 Dec 2008
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php5
PKGNAMESUFFIX= -zip
.include "${MASTERDIR}/Makefile"
|