blob: b7a336ee2cc65f0930b3f0e495989ba286be3c42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= PHP_Archive
PORTVERSION= 0.13.0
CATEGORIES= archivers pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Create and Use PHP Archive files
LICENSE= PHP301
NO_ARCH= yes
USES= pear
.include <bsd.port.mk>
|