blob: 6dbab279ff4be954f48b0754eeb667c233c512fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Created by: Gregory Shapiro <gshapiro@FreeBSD.org>
# $FreeBSD$
PORTNAME= Date-Pcalc
PORTVERSION= 6.1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:STBEY
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Gregorian calendar date calculations
BUILD_DEPENDS= p5-Carp-Clan>=5.3:${PORTSDIR}/devel/p5-Carp-Clan \
p5-Bit-Vector>=7.0:${PORTSDIR}/math/p5-Bit-Vector
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= </dev/null
MAN3= Date::Pcalc.3 \
Date::Pcalc::Object.3 \
Date::Pcalendar.3 \
Date::Pcalendar::Profiles.3 \
Date::Pcalendar::Year.3
NO_STAGE= yes
.include <bsd.port.mk>
|