24 lines
513 B
Makefile
24 lines
513 B
Makefile
# $OpenBSD: Makefile,v 1.5 2001/10/27 08:50:07 shell Exp $
|
|
|
|
COMMENT= "perl module for calculates time differences"
|
|
|
|
VERSION= 0.12
|
|
DISTNAME= Date-Handler-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
NEED_VERSION= 1.481
|
|
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>
|