diff options
author | adamw <adamw@FreeBSD.org> | 2016-01-02 07:39:45 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-01-02 07:39:45 +0800 |
commit | 03e62a7a99a28e9372dadb9acc6760c8dbb5bcbd (patch) | |
tree | a90205d12dae34e21795f70c7365090800ae28cb /lang | |
parent | 1bef0941febd973b633e5b2d4f594f35490ed1de (diff) | |
download | freebsd-ports-gnome-03e62a7a99a28e9372dadb9acc6760c8dbb5bcbd.tar.gz freebsd-ports-gnome-03e62a7a99a28e9372dadb9acc6760c8dbb5bcbd.tar.zst freebsd-ports-gnome-03e62a7a99a28e9372dadb9acc6760c8dbb5bcbd.zip |
Remove perl5.16-specific bits from perl@ ports. While here, sort
plists as necessary.
Diffstat (limited to 'lang')
-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 |