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 /lang/p5-Expect | |
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 'lang/p5-Expect')
-rw-r--r-- | lang/p5-Expect/Makefile | 8 | ||||
-rw-r--r-- | lang/p5-Expect/pkg-plist | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile index 1fac0825862d..f0876be2ac0c 100644 --- a/lang/p5-Expect/Makefile +++ b/lang/p5-Expect/Makefile @@ -18,10 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/lang/p5-Expect/pkg-plist b/lang/p5-Expect/pkg-plist index abebca8726ce..d028bd6777c7 100644 --- a/lang/p5-Expect/pkg-plist +++ b/lang/p5-Expect/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Expect.3.gz %%SITE_PERL%%/Expect.pm +%%PERL5_MAN3%%/Expect.3.gz |