freebsd-ports/astro/p5-Astro-SunTime/Makefile

21 lines
344 B
Makefile
Raw Normal View History

# Created by: will
# $FreeBSD$
PORTNAME= Astro-SunTime
2017-07-25 18:21:56 +02:00
PORTVERSION= 0.06
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Perl interface to calculate sunrise/sunset times
LICENSE= GPLv3
2017-07-25 18:21:56 +02:00
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>