freebsd-ports/devel/p5-Date-Leapyear/Makefile

23 lines
401 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: p5-Date-Leapyear
# Date created: Jul 11, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Date-Leapyear
PORTVERSION= 1.72
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2001-08-31 13:26:21 +02:00
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl module to determine if a particular year a leap year
PERL_CONFIGURE= yes
MAN3= Date::Leapyear.3
.include <bsd.port.mk>