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.
This commit is contained in:
parent
4bb3086d3c
commit
3627411825
21
devel/p5-Time-Duration-Parse/Makefile
Normal file
21
devel/p5-Time-Duration-Parse/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $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>
|
5
devel/p5-Time-Duration-Parse/distinfo
Normal file
5
devel/p5-Time-Duration-Parse/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Time-Duration-Parse-0.05.tar.gz) = IBvrcfans7Zrrcm0+P63cg==
|
||||
RMD160 (Time-Duration-Parse-0.05.tar.gz) = dS71UonCNEI5wZQ7P0aPAeiZ4M8=
|
||||
SHA1 (Time-Duration-Parse-0.05.tar.gz) = Zz7nhDqBqf204dgNFg5oau6v6dI=
|
||||
SHA256 (Time-Duration-Parse-0.05.tar.gz) = SYTG11Q5+1jpr9veRCXqjwhLs5V1IirYyKXG0aK1XdE=
|
||||
SIZE (Time-Duration-Parse-0.05.tar.gz) = 18572
|
2
devel/p5-Time-Duration-Parse/pkg/DESCR
Normal file
2
devel/p5-Time-Duration-Parse/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Time::Duration::Parse is a module to parse human readable duration
|
||||
strings like "2 minutes and 3 seconds" to seconds.
|
5
devel/p5-Time-Duration-Parse/pkg/PLIST
Normal file
5
devel/p5-Time-Duration-Parse/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/05/17 17:43:50 simon Exp $
|
||||
${P5SITE}/Time/
|
||||
${P5SITE}/Time/Duration/
|
||||
${P5SITE}/Time/Duration/Parse.pm
|
||||
@man man/man3p/Time::Duration::Parse.3p
|
Loading…
Reference in New Issue
Block a user