diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-01-01 23:39:45 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-01-01 23:39:45 +0000 |
commit | 2effb7042b5bd4fc550a6b0b82eafe18fcc056f2 (patch) | |
tree | a90205d12dae34e21795f70c7365090800ae28cb /astro | |
parent | c75d96709461b0e737bcf24badf1dff3d23cafca (diff) | |
download | ports-2effb7042b5bd4fc550a6b0b82eafe18fcc056f2.tar.gz ports-2effb7042b5bd4fc550a6b0b82eafe18fcc056f2.zip |
Remove perl5.16-specific bits from perl@ ports. While here, sort
plists as necessary.
Notes
Notes:
svn path=/head/; revision=405038
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-SpaceTrack/Makefile | 9 | ||||
-rw-r--r-- | astro/p5-Astro-SpaceTrack/pkg-plist | 2 |
2 files changed, 2 insertions, 9 deletions
diff --git a/astro/p5-Astro-SpaceTrack/Makefile b/astro/p5-Astro-SpaceTrack/Makefile index 8dbe4838b06b..30530155fbc5 100644 --- a/astro/p5-Astro-SpaceTrack/Makefile +++ b/astro/p5-Astro-SpaceTrack/Makefile @@ -28,11 +28,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-Getopt-Long>=2.39:${PORTSDIR}/devel/p5-Getopt-Long -RUN_DEPENDS+= p5-Getopt-Long>=2.39:${PORTSDIR}/devel/p5-Getopt-Long -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/astro/p5-Astro-SpaceTrack/pkg-plist b/astro/p5-Astro-SpaceTrack/pkg-plist index d8125b865d60..27e7fccd939e 100644 --- a/astro/p5-Astro-SpaceTrack/pkg-plist +++ b/astro/p5-Astro-SpaceTrack/pkg-plist @@ -1,6 +1,6 @@ bin/SpaceTrack %%SITE_PERL%%/Astro/SpaceTrack.pm %%SITE_PERL%%/Astro/SpaceTrack/BulkData.pod +%%PERL5_MAN1%%/SpaceTrack.1.gz %%PERL5_MAN3%%/Astro::SpaceTrack.3.gz %%PERL5_MAN3%%/Astro::SpaceTrack::BulkData.3.gz -%%PERL5_MAN1%%/SpaceTrack.1.gz |