openbsd-ports/devel/p5-Time-Duration-Parse/Makefile
simon 3627411825 import p5-Time-Duration-Parse
Time::Duration::Parse is a module to parse human readable duration
strings like "2 minutes and 3 seconds" to seconds.
2008-05-17 17:43:50 +00:00

22 lines
466 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/05/17 17:43:50 simon Exp $
COMMENT = parse strings that represent time durations
DISTNAME = Time-Duration-Parse-0.05
CATEGORIES = devel
MODULES = cpan
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = ::devel/p5-Exporter-Lite
REGRESS_DEPENDS = ::devel/p5-Time-Duration
.include <bsd.port.mk>