20 lines
379 B
Makefile

# $OpenBSD: Makefile,v 1.13 2019/07/12 20:45:13 sthen Exp $
COMMENT = parse strings that represent time durations
DISTNAME = Time-Duration-Parse-0.15
CATEGORIES = devel
MODULES = cpan
PKG_ARCH = *
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-Exporter-Lite
TEST_DEPENDS = devel/p5-Time-Duration
.include <bsd.port.mk>