9a3a29a293
- simplify dependency - bump PORTREVISON PR: 121183 Submitted by: leeym Approved by: maintainer timeout
23 lines
417 B
Makefile
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>
|