blob: c0a4d2eb5eec7d70159172460fb8250a2b4e2221 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Ports collection makefile for: pear-Archive_Tar
# Date created: 28 November 2002
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= Archive_Tar
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= archivers www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR tar file management class
USE_PHP= yes
WANT_PHP_PEAR= yes
FILES= Archive/Tar.php
DOCS= Archive_Tar.txt
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>
|