1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/archivers/pear-Archive_Tar/Makefile
Alex Dupre 2cee0c25ff Update PHP ports to 4.3.11 and 5.0.4 releases:
- fix security issues
- unbreak PEAR packages [1]

PR:		ports/78516 [1]
Submitted by:	Yen-Ming Lee <leeym@utopia.leeym.com> [1]
Tested by:	thierry
2005-04-04 09:20:21 +00:00

28 lines
547 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.3.1
CATEGORIES= archivers pear
MAINTAINER= antonio@php.net
COMMENT= PEAR tar file management class
USE_PHP= yes
WANT_PHP_PEAR= yes
CATEGORY= Archive
FILES= Tar.php
DOCS= Archive_Tar.txt
post-extract:
@${MV} ${WRKSRC}/Archive/* ${WRKSRC}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>