1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/archivers/p5-Archive-Tar/Makefile
2019-05-08 12:24:17 +00:00

33 lines
727 B
Makefile

# Created by: Roman Shterenzon <roman@xpert.com>
# $FreeBSD$
PORTNAME= Archive-Tar
PORTVERSION= 2.32
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:devel/p5-IO-String
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
OPTIONS_DEFINE= TEXTDIFF
TEXTDIFF_DESC= Text::Diff support for ptardiff
TEXTDIFF_RUN_DEPENDS= p5-Text-Diff>=0: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>