21 lines
385 B
Makefile
21 lines
385 B
Makefile
# $OpenBSD: Makefile,v 1.35 2018/06/15 18:52:42 bluhm 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_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = devel/p5-Time-TimeDate
|
|
TEST_DEPENDS = devel/p5-Test-Warnings
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|