1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/archivers/p5-Archive-Tar/Makefile
Philippe Audeoud a9c9b805e3 - Update to 2.00
- Add license
2014-06-16 13:31:05 +00:00

32 lines
739 B
Makefile

# Created by: Roman Shterenzon <roman@xpert.com>
# $FreeBSD$
PORTNAME= Archive-Tar
PORTVERSION= 2.00
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BINGOS
PKGNAMEPREFIX= p5-
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Perl module for creation and manipulation of tar files
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
USES= perl5
USE_PERL5= configure
OPTIONS_DEFINE= TEXTDIFF
TEXTDIFF_DESC= "Text::Diff support for ptardiff"
TEXTDIFF_RUN_DEPENDS= p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff
post-patch:
@${REINPLACE_CMD} -e 's/5.009/5.666/' ${WRKSRC}/Makefile.PL
@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>