mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
2cee0c25ff
- fix security issues - unbreak PEAR packages [1] PR: ports/78516 [1] Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> [1] Tested by: thierry
28 lines
547 B
Makefile
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>
|