openbsd-ports/devel/p5-Time-Format/Makefile
bluhm ca7bba67d0 - update p5-Time-Format to 1.12
- use no groff
- patch broken tests, do not fiddle with @INC
2012-12-29 16:31:21 +00:00

21 lines
426 B
Makefile

# $OpenBSD: Makefile,v 1.9 2012/12/29 16:31:21 bluhm Exp $
COMMENT = easy-to-use date/time formatting
DISTNAME = Time-Format-1.12
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
REGRESS_DEPENDS = converters/p5-DateManip \
devel/p5-DateTime
.include <bsd.port.mk>