freebsd-ports/astro/p5-Astro-DSS/Makefile
Eitan Adler 5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00

23 lines
446 B
Makefile

# 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
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>