20 lines
366 B
Makefile
20 lines
366 B
Makefile
# $OpenBSD: Makefile,v 1.11 2019/07/12 20:45:13 sthen Exp $
|
|
|
|
COMMENT = module for rounded or exact english expression of durations
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Time-Duration-1.21
|
|
CATEGORIES = devel
|
|
|
|
EPOCH = 0
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MAKE_ENV += TEST_POD=1 RELEASE_TESTING=1
|
|
|
|
.include <bsd.port.mk>
|