diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-06 08:50:49 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-06 08:50:49 +0000 |
commit | 2c25cf429d2666ce14bd7dc8623ba038953a470e (patch) | |
tree | 5aa3cd74114ed035ad4ba813977c32381a693ed0 /astro/p5-Starlink-AST/Makefile | |
parent | 9bb16a96a346d4c10541421482ceac831cf26d46 (diff) | |
download | ports-2c25cf429d2666ce14bd7dc8623ba038953a470e.tar.gz ports-2c25cf429d2666ce14bd7dc8623ba038953a470e.zip |
Notes
Diffstat (limited to 'astro/p5-Starlink-AST/Makefile')
-rw-r--r-- | astro/p5-Starlink-AST/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/p5-Starlink-AST/Makefile b/astro/p5-Starlink-AST/Makefile index a5f3bfcbf22f..c731055b012c 100644 --- a/astro/p5-Starlink-AST/Makefile +++ b/astro/p5-Starlink-AST/Makefile @@ -14,7 +14,8 @@ 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 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Starlink::AST.3 \ Starlink::AST::PGPLOT.3 \ |