diff options
author | az <az@FreeBSD.org> | 2013-09-12 14:03:58 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 14:03:58 +0800 |
commit | fec6a39513a0f30c19c63e9bc37d7744a82e44dd (patch) | |
tree | 43a75d1113991650ff8764ee64732c9d181c0ce4 /astro/p5-GPS/Makefile | |
parent | 64b422e1ccdeed2bd5376a7739430c72f08453e1 (diff) | |
download | freebsd-ports-gnome-fec6a39513a0f30c19c63e9bc37d7744a82e44dd.tar.gz freebsd-ports-gnome-fec6a39513a0f30c19c63e9bc37d7744a82e44dd.tar.zst freebsd-ports-gnome-fec6a39513a0f30c19c63e9bc37d7744a82e44dd.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'astro/p5-GPS/Makefile')
-rw-r--r-- | astro/p5-GPS/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/p5-GPS/Makefile b/astro/p5-GPS/Makefile index 9a787008dbdb..5fbe272e0f7c 100644 --- a/astro/p5-GPS/Makefile +++ b/astro/p5-GPS/Makefile @@ -14,7 +14,8 @@ COMMENT= Perl interface to GPS receivers BUILD_DEPENDS= p5-Device-SerialPort>=0.07:${PORTSDIR}/comms/p5-Device-SerialPort RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= GPS::Serial.3 \ GPS::NMEA.3 \ |