openbsd-ports/devel/p5-Time-Format/Makefile

22 lines
434 B
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:46:06 espie Exp $
COMMENT= easy-to-use date/time formatting
2009-08-18 19:00:53 -04:00
DISTNAME= Time-Format-1.11
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
2010-11-15 14:45:56 -05:00
USE_GROFF = Yes
REGRESS_DEPENDS= converters/p5-DateManip \
devel/p5-DateTime
.include <bsd.port.mk>