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

25 lines
473 B
Makefile
Raw Normal View History

2013-08-21 19:42:57 +02:00
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Astro-Telescope
PORTVERSION= 0.71
PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Class for obtaining telescope information
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Astro-PAL>=0.99:astro/p5-Astro-PAL
2015-09-17 19:12:35 +02:00
NO_ARCH= yes
2013-08-21 16:08:06 +02:00
USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>