diff options
Diffstat (limited to 'astro/p5-Astro-SunTime/Makefile')
-rw-r--r-- | astro/p5-Astro-SunTime/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/astro/p5-Astro-SunTime/Makefile b/astro/p5-Astro-SunTime/Makefile index 32cfb37d8fa8..b358b693cf56 100644 --- a/astro/p5-Astro-SunTime/Makefile +++ b/astro/p5-Astro-SunTime/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Astro-SunTime -PORTVERSION= 0.01 -PORTREVISION= 1 +PORTVERSION= 0.05 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to calculate sunrise/sunset times +LICENSE= GPLv3 + BUILD_DEPENDS= p5-Time-modules>=0:devel/p5-Time-modules RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure |