23 lines
459 B
Makefile
23 lines
459 B
Makefile
# $OpenBSD: Makefile,v 1.19 2019/07/12 20:44:51 sthen Exp $
|
|
|
|
COMMENT = parse and format strp and strf time patterns
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = DateTime-Format-Strptime-1.54
|
|
EPOCH = 0
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
|
|
|
|
# artistic_2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-DateTime \
|
|
devel/p5-DateTime-Locale \
|
|
devel/p5-DateTime-TimeZone \
|
|
devel/p5-Params-Validate
|
|
|
|
.include <bsd.port.mk>
|