mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
b4bf2454b8
PR: ports/76017 Submitted by: self Approved by: maintainer (timeout ~3 weeks)
27 lines
653 B
Makefile
27 lines
653 B
Makefile
# New ports collection makefile for: p5-Date-Calc
|
|
# Date created: 25 February 2000
|
|
# Whom: Brad Hendrickse <bradh@uunet.co.za>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Date-Calc
|
|
PORTVERSION= 5.4
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Date
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bradh@uunet.co.za
|
|
COMMENT= Gregorian calendar date calculations
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Date::Calc.3 Date::Calc::Object.3 Date::Calendar.3 \
|
|
Date::Calendar::Profiles.3 Date::Calendar::Year.3
|
|
|
|
.include <bsd.port.mk>
|