mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
bda70375e3
- Pass maintainership to perl@
21 lines
482 B
Makefile
21 lines
482 B
Makefile
# Created by: Wen Heping<wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Starlink-AST
|
|
PORTVERSION= 1.02
|
|
CATEGORIES= astro perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:TJENNESS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Interface to the Starlink AST library
|
|
|
|
BUILD_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
|
|
RUN_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|