21 lines
379 B
Makefile
21 lines
379 B
Makefile
# $OpenBSD: Makefile,v 1.36 2019/07/12 20:44:46 sthen Exp $
|
|
|
|
COMMENT = module for easy date and time manipulation
|
|
|
|
DISTNAME = Class-Date-1.1.17
|
|
|
|
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>
|