freebsd-ports/devel/p5-Date-Leapyear/Makefile
Yen-Ming Lee 9a3a29a293 - use CPAN macro
- simplify dependency
- bump PORTREVISON

PR:		121183
Submitted by:	leeym
Approved by:	maintainer timeout
2008-03-20 00:27:53 +00:00

23 lines
417 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.71
PORTREVISION= 1
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>