openbsd-ports/devel/p5-Time-Duration/Makefile
simon ba15e85f6e import p5-Time-Duration
This module provides functions for expressing durations in rounded or
exact terms.

ok pyr@
2007-10-13 06:44:59 +00:00

22 lines
457 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/10/13 06:44:59 simon Exp $
COMMENT= module for rounded or exact english expression of durations
MODULES= cpan
DISTNAME= Time-Duration-1.06
CATEGORIES= devel
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MAKE_ENV+= TEST_POD=1
BUILD_DEPENDS+= ${REGRESS_DEPENDS}
.include <bsd.port.mk>