mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
e6b48082a4
Sponsored by: Netzkommune GmbH
17 lines
268 B
Makefile
17 lines
268 B
Makefile
# 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>
|