22 lines
392 B
Makefile

# $OpenBSD: Makefile,v 1.37 2020/07/03 21:44:42 sthen Exp $
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>