diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 07:12:35 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 07:12:35 +0000 |
commit | 38499cc4f9de561964aa3bd7556c9f4c6684f038 (patch) | |
tree | 93d2de2f9a4bf6801932ddc030f955193b833745 /converters/osm2mp | |
parent | 886f50deb78afdd44d1fa3bbf50cbf6ab29baa3a (diff) |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326870
Diffstat (limited to 'converters/osm2mp')
-rw-r--r-- | converters/osm2mp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/osm2mp/Makefile b/converters/osm2mp/Makefile index 4bc8cc4a8705..cd75fb9e6887 100644 --- a/converters/osm2mp/Makefile +++ b/converters/osm2mp/Makefile @@ -21,7 +21,8 @@ RUN_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ LICENSE= GPLv2 USE_BZIP2= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes SUB_FILES= pkg-message |