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

24 lines
446 B
Makefile
Raw Normal View History

# Created by: ijliao
# $FreeBSD$
PORTNAME= Astro-DSS
PORTVERSION= 1.6.1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Astro
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= OO interface to the 1st and 2nd Digital Sky Surveys
2012-06-04 07:21:59 +02:00
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= yes
MAN3= Astro::DSS.3
.include <bsd.port.mk>