20 lines
385 B
Makefile
20 lines
385 B
Makefile
# $OpenBSD: Makefile,v 1.11 2016/03/20 19:56:40 naddy Exp $
|
|
|
|
COMMENT = parse strings that represent time durations
|
|
|
|
DISTNAME = Time-Duration-Parse-0.13
|
|
CATEGORIES = devel
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
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>
|