freebsd-ports/devel/p5-Date-Extract/Makefile
Matthew Seaman dc9314e6fd Delete the redundant 'regression-test:' target from those of my perl
ports that have it.  There's a generic regression-test target
identical to these provided via 'USES=perl5'
2015-09-22 16:18:31 +00:00

24 lines
600 B
Makefile

# Created by: Matthew Seaman <matthew@FreeBSD.org>
# $FreeBSD$
PORTNAME= Date-Extract
PORTVERSION= 0.05
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= matthew@FreeBSD.org
COMMENT= Extract probable dates from strings
BUILD_DEPENDS= p5-DateTime-Format-Natural>0:${PORTSDIR}/devel/p5-DateTime-Format-Natural \
p5-Class-Data-Inheritable>0:${PORTSDIR}/devel/p5-Class-Data-Inheritable
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>