mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
add p5-Date-Leapyear
Is a particular year a leap year?
This commit is contained in:
parent
879f6f8943
commit
4e9e6a4075
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45048
@ -308,6 +308,7 @@
|
||||
SUBDIR += p5-Data-ShowTable
|
||||
SUBDIR += p5-Date-Calc
|
||||
SUBDIR += p5-Date-DayOfWeek
|
||||
SUBDIR += p5-Date-Leapyear
|
||||
SUBDIR += p5-Date-Manip
|
||||
SUBDIR += p5-DateConvert
|
||||
SUBDIR += p5-Devel-DProf
|
||||
|
23
devel/p5-Date-Leapyear/Makefile
Normal file
23
devel/p5-Date-Leapyear/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: p5-Date-Leapyear
|
||||
# Date created: Jul 11, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Date-Leapyear
|
||||
PORTVERSION= 1.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Date
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Date::Leapyear.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Date-Leapyear/distinfo
Normal file
1
devel/p5-Date-Leapyear/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Date-Leapyear-1.02.tar.gz) = 0e0d99734440674369cfd3648e5efed2
|
1
devel/p5-Date-Leapyear/pkg-comment
Normal file
1
devel/p5-Date-Leapyear/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Is a particular year a leap year?
|
1
devel/p5-Date-Leapyear/pkg-descr
Normal file
1
devel/p5-Date-Leapyear/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Is a particular year a leap year?
|
5
devel/p5-Date-Leapyear/pkg-plist
Normal file
5
devel/p5-Date-Leapyear/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Date/Leapyear.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Leapyear/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Date
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Leapyear
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date
|
Loading…
Reference in New Issue
Block a user