openbsd-ports/devel/p5-DateTime-Format-Natural/Makefile
simon 53701487f2 import p5-DateTime-Format-Natural
DateTime::Format::Natural takes a string with a human readable date/time
and creates a machine readable one by applying natural parsing logic.
2009-02-05 22:05:00 +00:00

29 lines
647 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/02/05 22:05:00 simon Exp $
COMMENT = create machine readable date/time with natural parsing logic
MODULES = cpan
DISTNAME = DateTime-Format-Natural-0.74
CATEGORIES = devel
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = modbuild
RUN_DEPENDS = ::devel/p5-Date-Calc \
::devel/p5-DateTime \
::devel/p5-List-MoreUtils \
::devel/p5-Params-Validate \
::devel/p5-boolean
REGRESS_DEPENDS = ::devel/p5-Test-MockTime
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>