aboutsummaryrefslogtreecommitdiff
path: root/astro/p5-Astro-FITS-Header/Makefile
blob: 5ca59ad2ac0c89a2842c1fb684913d1ad73987ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	Astro-FITS-Header
PORTVERSION=	3.09
CATEGORIES=	astro perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Object Orientated interface to FITS HDUs
WWW=		https://metacpan.org/release/Astro-FITS-Header

LICENSE=	GPLv3

USES=		perl5
USE_PERL5=	modbuild

NO_ARCH=	yes

.include <bsd.port.mk>