2013-06-19 17:01:23 +02:00
|
|
|
# Created by: Roman Shterenzon <roman@xpert.com>
|
2000-12-19 10:48:13 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Archive-Tar
|
2017-01-16 15:30:50 +01:00
|
|
|
PORTVERSION= 2.24
|
2000-12-19 10:48:13 +01:00
|
|
|
CATEGORIES= archivers perl5
|
2008-02-26 06:38:47 +01:00
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 10:37:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:BINGOS
|
2000-12-19 10:48:13 +01:00
|
|
|
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
|
2000-12-19 10:48:13 +01:00
|
|
|
|
2014-06-16 15:31:05 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
RUN_DEPENDS= p5-IO-String>=0:devel/p5-IO-String
|
2003-08-20 17:54:20 +02:00
|
|
|
|
2013-09-16 09:29:08 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2015-08-10 22:23:51 +02:00
|
|
|
NO_ARCH= yes
|
2003-07-10 15:34:26 +02:00
|
|
|
|
2012-06-05 09:19:14 +02:00
|
|
|
OPTIONS_DEFINE= TEXTDIFF
|
2014-07-23 19:12:13 +02:00
|
|
|
TEXTDIFF_DESC= Text::Diff support for ptardiff
|
2006-01-04 03:33:59 +01:00
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
TEXTDIFF_RUN_DEPENDS= p5-Text-Diff>=0:textproc/p5-Text-Diff
|
2012-06-05 09:19:14 +02:00
|
|
|
|
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>
|