2003-10-03 19:18:04 +02:00
|
|
|
# New ports collection makefile for: p5-DateTime-Fiscal-Year
|
|
|
|
# Date created: 3 october 2003
|
|
|
|
# Whom: mat
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DateTime-Fiscal-Year
|
|
|
|
PORTVERSION= 0.02
|
|
|
|
CATEGORIES= devel perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-10-03 19:18:04 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-10-03 19:18:04 +02:00
|
|
|
COMMENT= Calculate the day or week of the Fiscal Year with an arbitrary start date
|
|
|
|
|
2012-06-07 15:46:26 +02:00
|
|
|
BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2003-10-03 19:18:04 +02:00
|
|
|
|
2004-02-06 14:05:54 +01:00
|
|
|
PERL_MODBUILD= yes
|
2003-10-03 19:18:04 +02:00
|
|
|
|
|
|
|
MAN3= DateTime::Fiscal::Year.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|