openbsd-ports/devel/p5-Date-Handler/Makefile
shell ab5d759f2c Updated to p5-Date-Handler-0.19
- bump need_version
2002-04-18 14:03:52 +00:00

24 lines
513 B
Makefile

# $OpenBSD: Makefile,v 1.8 2002/04/18 14:03:52 shell Exp $
COMMENT= "perl module for calculates time differences"
VERSION= 0.19
DISTNAME= Date-Handler-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
NEED_VERSION= 1.524
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Date
MAINTAINER= Shell Hung <shell@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
REGRESS_TARGET= test
.include <bsd.port.mk>