ports/devel/p5-Time-Duration-Parse/Makefile

16 lines
280 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = parse strings that represent time durations
DISTNAME = Time-Duration-Parse-0.16
CATEGORIES = devel
MODULES = cpan
PKG_ARCH = *
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
TEST_DEPENDS = devel/p5-Time-Duration
.include <bsd.port.mk>