aboutsummaryrefslogtreecommitdiffstats
path: root/astro/p5-Astro-MoonPhase/Makefile
blob: efeb330dc32b3d6cdb8a6cfcbed4a3d9b7e052ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: will
# $FreeBSD$

PORTNAME=   Astro-MoonPhase
PORTVERSION=    0.60
CATEGORIES= astro perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl interface to calculate information about the phase of the moon

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>