aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-08-24 13:49:08 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-08-24 13:49:08 +0000
commit76cf235bddfa0ca2c6ef4a4f38ae6ff2a64b3675 (patch)
tree80eca95c1aaf87a5099cc8f5ca251ccad514cf25 /devel
parent51fcfef1ce264fe5801dac34e9bb598340f8d535 (diff)
downloadports-76cf235bddfa0ca2c6ef4a4f38ae6ff2a64b3675.tar.gz
ports-76cf235bddfa0ca2c6ef4a4f38ae6ff2a64b3675.zip
Add MAN3 now that Module::Build does generate man pages
bump PORTREVISION Approved by: demon (mentor)
Notes
Notes: svn path=/head/; revision=87607
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile7
-rw-r--r--devel/p5-DateTime-Calendar-Mayan/Makefile7
-rw-r--r--devel/p5-DateTime-Event-NameDay/Makefile9
-rw-r--r--devel/p5-DateTime-Format-Bork/Makefile7
-rw-r--r--devel/p5-DateTime-Format-DateManip/Makefile7
-rw-r--r--devel/p5-DateTime-Format-ICal/Makefile7
-rw-r--r--devel/p5-DateTime-Format-ISO8601/Makefile7
-rw-r--r--devel/p5-DateTime-Format-MySQL/Makefile7
-rw-r--r--devel/p5-DateTime-Locale/Makefile10
-rw-r--r--devel/p5-DateTime-TimeZone/Makefile10
10 files changed, 56 insertions, 22 deletions
diff --git a/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile b/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile
index 4d44c20c28de..67551341b8da 100644
--- a/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile
+++ b/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DateTime-Calendar-FrenchRevolutionary
PORTVERSION= 0.04
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
@@ -15,11 +16,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Dates in the French Revolutionary Calendar
-BUILD_DEPENDS= ${RUN_DEPENDS} \
- ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
+BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/Roman.pm:${PORTSDIR}/math/p5-Roman
PERL_CONFIGURE= yes
+MAN3= DateTime::Calendar::FrenchRevolutionary.3
+
+.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.mk>
diff --git a/devel/p5-DateTime-Calendar-Mayan/Makefile b/devel/p5-DateTime-Calendar-Mayan/Makefile
index 462618683969..5c3934c9d254 100644
--- a/devel/p5-DateTime-Calendar-Mayan/Makefile
+++ b/devel/p5-DateTime-Calendar-Mayan/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DateTime-Calendar-Mayan
PORTVERSION= 0.06
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
@@ -15,11 +16,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= The Mayan Long Count, Haab, and Tzolkin calendars
+BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
-BUILD_DEPENDS= ${RUN_DEPENDS} \
- ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
PERL_CONFIGURE= yes
+MAN3= DateTime::Calendar::Mayan.3
+
+.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.mk>
diff --git a/devel/p5-DateTime-Event-NameDay/Makefile b/devel/p5-DateTime-Event-NameDay/Makefile
index b3cdc19d96be..76ec202e15f3 100644
--- a/devel/p5-DateTime-Event-NameDay/Makefile
+++ b/devel/p5-DateTime-Event-NameDay/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DateTime-Event-NameDay
PORTVERSION= 0.02
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
@@ -15,16 +16,18 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Perl DateTime extension to work with namedays from various countries
+BUILD_DEPENDS= ${RUN_DEPENDS} \
+ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/DateTime/Set.pm:${PORTSDIR}/devel/p5-DateTime-Set \
${SITE_PERL}/DateTime/Calendar/Christian.pm:${PORTSDIR}/devel/p5-DateTime-Calendar-Christian \
${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
-BUILD_DEPENDS= ${RUN_DEPENDS} \
- ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build \
- ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
+MAN3= DateTime::Event::NameDay.3
+
+.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.pre.mk>
# Depends on p5-DateTime-Set which requires perl >= 5.6
diff --git a/devel/p5-DateTime-Format-Bork/Makefile b/devel/p5-DateTime-Format-Bork/Makefile
index e8e774e46fcf..8c84fefeeb06 100644
--- a/devel/p5-DateTime-Format-Bork/Makefile
+++ b/devel/p5-DateTime-Format-Bork/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DateTime-Format-Bork
PORTVERSION= 0.02
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
@@ -15,12 +16,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Formats datetimes for that guy from The Muppet Show
+BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/DateTime/Format/Builder.pm:${PORTSDIR}/devel/p5-DateTime-Format-Builder
-BUILD_DEPENDS= ${RUN_DEPENDS} \
- ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
PERL_CONFIGURE= yes
+MAN3= DateTime::Format::Bork.3
+
+.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.mk>
diff --git a/devel/p5-DateTime-Format-DateManip/Makefile b/devel/p5-DateTime-Format-DateManip/Makefile
index e58a6bc85043..0d3545a683e6 100644
--- a/devel/p5-DateTime-Format-DateManip/Makefile
+++ b/devel/p5-DateTime-Format-DateManip/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DateTime-Format-DateManip
PORTVERSION= 0.01
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
@@ -15,14 +16,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Convert Date::Manip dates and durations to DateTimes and vice versa
+BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip
-BUILD_DEPENDS= ${RUN_DEPENDS} \
- ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
PERL_CONFIGURE= yes
+MAN3= DateTime::Format::DateManip.3
+
+.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
diff --git a/devel/p5-DateTime-Format-ICal/Makefile b/devel/p5-DateTime-Format-ICal/Makefile
index 37fc9411b49e..50547911565c 100644
--- a/devel/p5-DateTime-Format-ICal/Makefile
+++ b/devel/p5-DateTime-Format-ICal/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DateTime-Format-ICal
PORTVERSION= 0.06
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
@@ -15,16 +16,18 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Parse and format ICal datetime and duration strings
+BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \
${SITE_PERL}/DateTime/Event/ICal.pm:${PORTSDIR}/devel/p5-DateTime-Event-ICal \
${SITE_PERL}/DateTime/Span.pm:${PORTSDIR}/devel/p5-DateTime-Set \
${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
-BUILD_DEPENDS= ${RUN_DEPENDS} \
- ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
PERL_CONFIGURE= yes
+MAN3= DateTime::Format::ICal.3
+
+.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.pre.mk>
# Depends on devel/p5-DateTime-Event-ICal which requires perl >= 5.6
diff --git a/devel/p5-DateTime-Format-ISO8601/Makefile b/devel/p5-DateTime-Format-ISO8601/Makefile
index ffadc857a980..9b39c548aa36 100644
--- a/devel/p5-DateTime-Format-ISO8601/Makefile
+++ b/devel/p5-DateTime-Format-ISO8601/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DateTime-Format-ISO8601
PORTVERSION= 0.03
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
@@ -15,11 +16,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Parse ISO8601 formats
+BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/DateTime/Format/Builder.pm:${PORTSDIR}/devel/p5-DateTime-Format-Builder
-BUILD_DEPENDS= ${RUN_DEPENDS} \
- ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
PERL_CONFIGURE= yes
+MAN3= DateTime::Format::ISO8601.3
+
+.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.mk>
diff --git a/devel/p5-DateTime-Format-MySQL/Makefile b/devel/p5-DateTime-Format-MySQL/Makefile
index c2d10d66c614..2a3820ab4cfa 100644
--- a/devel/p5-DateTime-Format-MySQL/Makefile
+++ b/devel/p5-DateTime-Format-MySQL/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DateTime-Format-MySQL
PORTVERSION= 0.03
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
@@ -15,11 +16,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Parse and format MySQL dates and times
+BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/DateTime/Format/Builder.pm:${PORTSDIR}/devel/p5-DateTime-Format-Builder
-BUILD_DEPENDS= ${RUN_DEPENDS} \
- ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
PERL_CONFIGURE= yes
+MAN3= DateTime::Format::MySQL.3
+
+.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.mk>
diff --git a/devel/p5-DateTime-Locale/Makefile b/devel/p5-DateTime-Locale/Makefile
index 1d3488fabc35..fb32b1ada614 100644
--- a/devel/p5-DateTime-Locale/Makefile
+++ b/devel/p5-DateTime-Locale/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DateTime-Locale
PORTVERSION= 0.03
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
@@ -15,10 +16,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Localization support for DateTime
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
-RUN_DEPENDS= ${BUILD_DEPENDS} \
- ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
PERL_CONFIGURE= yes
+MAN3= DateTime::Locale.3 DateTime::Locale::Alias::ISO639_2.3 \
+ DateTime::Locale::Base.3 DateTime::LocaleCatalog.3
+
+.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.mk>
diff --git a/devel/p5-DateTime-TimeZone/Makefile b/devel/p5-DateTime-TimeZone/Makefile
index 86f4fe7b1d46..9abb6287578f 100644
--- a/devel/p5-DateTime-TimeZone/Makefile
+++ b/devel/p5-DateTime-TimeZone/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DateTime-TimeZone
PORTVERSION= 0.25.01
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
@@ -16,11 +17,16 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
MAINTAINER= mat@FreeBSD.org
COMMENT= Time zone object base class and factory
+BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${SITE_PERL}/Class/Singleton.pm:${PORTSDIR}/devel/p5-Class-Singleton \
${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
-BUILD_DEPENDS= ${RUN_DEPENDS} \
- ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
PERL_CONFIGURE= yes
+MAN3= DateTime::TimeZone.3 DateTime::TimeZone::Floating.3 \
+ DateTime::TimeZone::Local.3 DateTime::TimeZone::OffsetOnly.3 \
+ DateTime::TimeZone::OlsonDB.3 DateTime::TimeZone::UTC.3 \
+ DateTime::TimeZoneCatalog.3
+
+.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.mk>