2001-01-04 00:22:39 +01:00
|
|
|
# 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= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Astro
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Perl interface to calculate sunrise/sunset times
|
2001-01-04 00:22:39 +01:00
|
|
|
|
2003-05-13 11:13:48 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules
|
2001-01-04 00:22:39 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|