20 lines
331 B
Makefile
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>
|