1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/astro/p5-Astro-SunTime/Makefile
2012-06-04 05:21:59 +00:00

26 lines
514 B
Makefile

# 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= p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= yes
.include <bsd.port.mk>