SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
devel/p5-Time-Format/Makefile
Normal file
22
devel/p5-Time-Format/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
COMMENT = easy-to-use date/time formatting
|
||||
|
||||
DISTNAME = Time-Format-1.16
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
# free, open-source
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
BUILD_DEPENDS = devel/p5-Module-Build>=0.4
|
||||
TEST_DEPENDS = converters/p5-DateManip \
|
||||
devel/p5-DateTime
|
||||
|
||||
CONFIGURE_STYLE = modbuild
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Time-Format/distinfo
Normal file
2
devel/p5-Time-Format/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Time-Format-1.16.tar.gz) = tGVYguHSj1dyGC1VN1PE9JNDu0Ten4Qptej+prSWo48=
|
||||
SIZE (Time-Format-1.16.tar.gz) = 47523
|
2
devel/p5-Time-Format/pkg/DESCR
Normal file
2
devel/p5-Time-Format/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This module creates global pseudovariables which format dates and
|
||||
times, according to formatting codes you pass to them in strings.
|
3
devel/p5-Time-Format/pkg/PLIST
Normal file
3
devel/p5-Time-Format/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Time/
|
||||
${P5SITE}/Time/Format.pm
|
||||
@man man/man3p/Time::Format.3p
|
Loading…
Add table
Add a link
Reference in a new issue