freebsd-ports/archivers/p5-Archive-Tar/Makefile

33 lines
726 B
Makefile
Raw Normal View History

# Created by: Roman Shterenzon <roman@xpert.com>
# $FreeBSD$
PORTNAME= Archive-Tar
2017-01-16 15:30:50 +01:00
PORTVERSION= 2.24
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BINGOS
PKGNAMEPREFIX= p5-
2009-01-21 20:32:57 +01:00
MAINTAINER= jadawin@FreeBSD.org
2003-02-21 11:44:59 +01:00
COMMENT= Perl module for creation and manipulation of tar files
2014-06-16 15:31:05 +02:00
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
2009-03-28 21:45:10 +01:00
post-patch:
@${REINPLACE_CMD} -e 's/5.009/5.666/' ${WRKSRC}/Makefile.PL
@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
2013-09-20 15:27:44 +02:00
.include <bsd.port.mk>