diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
commit | 0c32f397115d6a7e639ed1f8b4228848bd5cc96c (patch) | |
tree | ce66d6984b8e2580d19a3e478f618b13623e3080 /astro/p5-Astro-Sunrise | |
parent | c37aa810ab6b2dec5c29293ea60ad8f84d8effda (diff) | |
download | ports-0c32f397115d6a7e639ed1f8b4228848bd5cc96c.tar.gz ports-0c32f397115d6a7e639ed1f8b4228848bd5cc96c.zip |
Notes
Diffstat (limited to 'astro/p5-Astro-Sunrise')
-rw-r--r-- | astro/p5-Astro-Sunrise/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/astro/p5-Astro-Sunrise/Makefile b/astro/p5-Astro-Sunrise/Makefile index 9e641b534de3..b0e9f011af4d 100644 --- a/astro/p5-Astro-Sunrise/Makefile +++ b/astro/p5-Astro-Sunrise/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: astro/p5-Astro-Sunrise -# Date created: 25 April 2001 -# Whom: Anton Berezin <tobez@tobez.org> -# +# Created by: Anton Berezin <tobez@tobez.org> # $FreeBSD$ -# PORTNAME= Astro-Sunrise PORTVERSION= 0.91 @@ -16,7 +12,8 @@ COMMENT= Perl extension for computing the sunrise/sunset on a given day BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure patch MAN3= Astro::Sunrise.3 |