freebsd-ports/archivers/pear-Archive_Tar/Makefile
Alex Dupre 35a3256787 Remove lang/php4/bsd.php.mk and switch every ports depending on PHP to
use Mk/bsd.php.mk.

Approved by:	nork (mentor/implicitly)
2004-02-09 11:43:38 +00:00

24 lines
504 B
Makefile

# 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>