ba15e85f6e
This module provides functions for expressing durations in rounded or exact terms. ok pyr@
22 lines
457 B
Makefile
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>
|