1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/astro/p5-Astro-MoonPhase/Makefile
Sunpoet Po-Chuan Hsieh 980b69dd8d Add LICENSE
- Add NO_ARCH
2017-10-10 11:20:43 +00:00

21 lines
351 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= Astro-MoonPhase
PORTVERSION= 0.60
PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to calculate information about the phase of the moon
LICENSE= CC0-1.0
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>