15 lines
280 B
Makefile
15 lines
280 B
Makefile
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>
|