1c2fa234b3
Is a particular year a leap year? from Sam Smith <S at msmith.net>
21 lines
437 B
Makefile
21 lines
437 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/04/11 11:54:19 sturm Exp $
|
|
|
|
COMMENT= "is a particular year a leap year"
|
|
|
|
DISTNAME= Date-Leapyear-1.71
|
|
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>
|