1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/astro/p5-Astro-SunTime/Makefile
Philip M. Gollucci b43083409f Update my ports to my freebsd address
Approved by:    araujo (mentor)
2008-07-23 02:43:55 +00:00

24 lines
508 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= pgollucci@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}
PERL_CONFIGURE= yes
.include <bsd.port.mk>