summaryrefslogtreecommitdiff
path: root/astro/p5-Astro-SunTime/Makefile
blob: 36680d046669d0dfbc568f369bd1d065fc40183e (plain)
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
# New ports collection makefile for:	Astro-SunTime
# Date created:				Mon Jan  1 10:06:12 2001
# Whom:					will
#
# $FreeBSD$
#

PORTNAME=	Astro-SunTime
PORTVERSION=	0.01
CATEGORIES=	astro perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	Astro
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl interface to calculate sunrise/sunset times

BUILD_DEPENDS=	${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules
RUN_DEPENDS:=	${BUILD_DEPENDS}

MAKE_JOBS_SAFE=  yes

PERL_CONFIGURE=	yes

.include <bsd.port.mk>