35a3256787
use Mk/bsd.php.mk. Approved by: nork (mentor/implicitly)
24 lines
504 B
Makefile
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>
|