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

22 lines
392 B
Makefile
Raw Normal View History

PORTNAME= Astro-ADS
2014-07-03 14:27:22 +02:00
PORTVERSION= 1.26
PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= OO Perl interface to the ADS abstract service
WWW= http://www.estar.org.uk/
2017-10-10 13:20:24 +02:00
LICENSE= GPLv2+
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww
2017-10-10 13:20:24 +02:00
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>