254156604d
This module may be used to create simple date objects. It only handles dates within the range of Unix time. It will only allow the creation of objects for valid dates. Attempting to create an invalid date will return undef. from Sam Smith <S at msmith.net>
23 lines
467 B
Makefile
23 lines
467 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/04/11 11:55:39 sturm Exp $
|
|
|
|
COMMENT= "Manipulate simple date objects"
|
|
|
|
NOT_FOR_ARCHS=${NO_SHARED_ARCHS}
|
|
|
|
DISTNAME= Date-Simple-3.00
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
|
|
|
|
MAINTAINER= Sam Smith <S@msmith.net>
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|