1997-04-28 20:49:15 +02:00
|
|
|
# New ports collection makefile for: p5-Date-Manip
|
|
|
|
# Date created: April 28th 1996
|
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1997-04-28 20:49:15 +02:00
|
|
|
#
|
|
|
|
|
2000-04-15 03:36:28 +02:00
|
|
|
PORTNAME= Date-Manip
|
2011-09-04 05:52:46 +02:00
|
|
|
PORTVERSION= 6.25
|
1997-04-28 20:49:15 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-03-08 04:20:04 +01:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:SBECK
|
2000-04-11 23:30:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1997-04-28 20:49:15 +02:00
|
|
|
|
2010-12-09 03:36:55 +01:00
|
|
|
MAINTAINER= swills@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Perl5 module containing date manipulation routines
|
1997-04-28 20:49:15 +02:00
|
|
|
|
2010-12-31 14:29:31 +01:00
|
|
|
RUN_DEPENDS= p5-YAML-Syck>=1.15:${PORTSDIR}/textproc/p5-YAML-Syck
|
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= YES
|
1997-04-28 20:49:15 +02:00
|
|
|
|
2010-12-23 20:54:24 +01:00
|
|
|
MAN3= Date::Manip.3 Date::Manip::Base.3 Date::Manip::Calc.3 \
|
|
|
|
Date::Manip::Changes5.3 Date::Manip::Changes5to6.3 \
|
|
|
|
Date::Manip::Changes6.3 Date::Manip::Config.3 \
|
2011-03-08 04:20:04 +01:00
|
|
|
Date::Manip::ConfigFile.3 \
|
2010-12-23 20:54:24 +01:00
|
|
|
Date::Manip::DM5.3 Date::Manip::DM5abbrevs.3 \
|
|
|
|
Date::Manip::DM6.3 Date::Manip::Date.3 \
|
|
|
|
Date::Manip::Delta.3 Date::Manip::Examples.3 \
|
|
|
|
Date::Manip::Holidays.3 Date::Manip::Lang.3 \
|
|
|
|
Date::Manip::Migration5to6.3 Date::Manip::Misc.3 \
|
|
|
|
Date::Manip::Obj.3 Date::Manip::Objects.3 \
|
|
|
|
Date::Manip::Problems.3 Date::Manip::Recur.3 \
|
|
|
|
Date::Manip::TZ.3 Date::Manip::TZ_Base.3 \
|
|
|
|
Date::Manip::TZdata.3 Date::Manip::Zones.3
|
1997-04-28 20:49:15 +02:00
|
|
|
|
2010-12-23 20:54:24 +01:00
|
|
|
.include "extramanpages.mk"
|
1997-04-28 20:49:15 +02:00
|
|
|
.include <bsd.port.mk>
|