2013-11-27 00:49:20 +01:00
|
|
|
# Created by: Matthew Seaman <matthew@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Date-Extract
|
2014-06-07 18:14:42 +02:00
|
|
|
PORTVERSION= 0.05
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2013-11-27 00:49:20 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
|
|
COMMENT= Extract probable dates from strings
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= p5-DateTime-Format-Natural>0:devel/p5-DateTime-Format-Natural \
|
|
|
|
p5-Class-Data-Inheritable>0:devel/p5-Class-Data-Inheritable
|
2013-11-27 00:49:20 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2016-04-01 16:00:51 +02:00
|
|
|
TEST_DEPENDS= p5-Test-MockTime>=0:devel/p5-Test-MockTime
|
2013-11-27 00:49:20 +01:00
|
|
|
|
2013-12-08 23:38:52 +01:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2013-11-27 00:49:20 +01:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|