19 lines
373 B
Makefile
19 lines
373 B
Makefile
# $OpenBSD: Makefile,v 1.10 2015/10/29 07:09:38 benoit Exp $
|
|
|
|
COMMENT = parse strings that represent time durations
|
|
|
|
DISTNAME = Time-Duration-Parse-0.13
|
|
CATEGORIES = devel
|
|
MODULES = cpan
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Exporter-Lite
|
|
|
|
TEST_DEPENDS = devel/p5-Time-Duration
|
|
|
|
.include <bsd.port.mk>
|