16 lines
260 B
Makefile
16 lines
260 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
|
|
PORTNAME= PHP_Archive
|
|
PORTVERSION= 0.14.0
|
|
CATEGORIES= archivers pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Create and Use PHP Archive files
|
|
|
|
LICENSE= PHP301
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|