diff options
author | will <will@FreeBSD.org> | 2001-01-03 23:22:39 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-03 23:22:39 +0000 |
commit | d5d27104ab937c0c6a8b3e677b66a583b93ad721 (patch) | |
tree | 6db55b1085b73858ab2706d0db9fb1ae71e33450 /astro/p5-Astro-SunTime/Makefile | |
parent | 93cf92cf73ec395e29687523289aec321e640b69 (diff) | |
download | FreeBSD-ports-d5d27104ab937c0c6a8b3e677b66a583b93ad721.zip FreeBSD-ports-d5d27104ab937c0c6a8b3e677b66a583b93ad721.tar.gz |
Add p5-Astro-SunTime 0.01, perl interface to calculate sunrise/sunset
times.
Diffstat (limited to 'astro/p5-Astro-SunTime/Makefile')
-rw-r--r-- | astro/p5-Astro-SunTime/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/astro/p5-Astro-SunTime/Makefile b/astro/p5-Astro-SunTime/Makefile new file mode 100644 index 0000000..134a7da --- /dev/null +++ b/astro/p5-Astro-SunTime/Makefile @@ -0,0 +1,24 @@ +# 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 + +BUILD_DEPENDS= ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time +RUN_DEPENDS= ${BUILD_DEPENDS} + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +USE_PERL5= yes +PERL_CONFIGURE= yes + +.include <bsd.port.mk> |