diff options
author | az <az@FreeBSD.org> | 2013-08-06 16:50:49 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-06 16:50:49 +0800 |
commit | 6ec69d527f16e7be851ca78d0baa8c1295be4a17 (patch) | |
tree | 5aa3cd74114ed035ad4ba813977c32381a693ed0 /astro | |
parent | 5b9e8eeb2ab7a129575181122f7285d0b4f41e2c (diff) | |
download | freebsd-ports-gnome-6ec69d527f16e7be851ca78d0baa8c1295be4a17.tar.gz freebsd-ports-gnome-6ec69d527f16e7be851ca78d0baa8c1295be4a17.tar.zst freebsd-ports-gnome-6ec69d527f16e7be851ca78d0baa8c1295be4a17.zip |
- Convert to new perl framework
- Trim Makefile header
Approved by: wen@ (maintainer)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-GPS-OID/Makefile | 3 | ||||
-rw-r--r-- | astro/p5-Starlink-AST/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/astro/p5-GPS-OID/Makefile b/astro/p5-GPS-OID/Makefile index ec37bb8a0181..996c8a3db59c 100644 --- a/astro/p5-GPS-OID/Makefile +++ b/astro/p5-GPS-OID/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Package for GPS PRN - Object ID conversions -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= GPS::OID.3 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 \ |