freebsd-ports/devel/p5-Date-Leapyear/Makefile
Anton Berezin 7684f529fa Update to 1.72.
Changes: as far as I was able to determine, the main change
was the removal of the ChangeLog file.  :-)
2009-04-27 15:10:53 +00:00

22 lines
401 B
Makefile

# 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-
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>