aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Date-Leapyear/Makefile
blob: e776c5b4cc7f4e0bf844df58e5e308ca5b9934e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	Date-Leapyear
PORTVERSION=	1.72
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl module to determine if a particular year a leap year

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>