openbsd-ports/devel/p5-Class-Date/Makefile
2022-03-11 18:49:30 +00:00

20 lines
331 B
Makefile

COMMENT = module for easy date and time manipulation
DISTNAME = Class-Date-1.1.17
REVISION = 0
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl 5
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-Time-TimeDate
TEST_DEPENDS = devel/p5-Test-Warnings
PKG_ARCH = *
.include <bsd.port.mk>