diff options
author | az <az@FreeBSD.org> | 2012-12-17 23:39:36 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-17 23:39:36 +0800 |
commit | 2d740bd25468abde2d241c34999818979bbb628d (patch) | |
tree | 2c777b510bf113de76c97e52fd4dfebf505c8e6e /sysutils/p5-MogileFS-Utils | |
parent | 76f2350775aaf609876abb739dd47fe9f66b20ea (diff) | |
download | freebsd-ports-gnome-2d740bd25468abde2d241c34999818979bbb628d.tar.gz freebsd-ports-gnome-2d740bd25468abde2d241c34999818979bbb628d.tar.zst freebsd-ports-gnome-2d740bd25468abde2d241c34999818979bbb628d.zip |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Diffstat (limited to 'sysutils/p5-MogileFS-Utils')
-rw-r--r-- | sysutils/p5-MogileFS-Utils/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sysutils/p5-MogileFS-Utils/Makefile b/sysutils/p5-MogileFS-Utils/Makefile index 3ab932e5103c..cd3335a5b429 100644 --- a/sysutils/p5-MogileFS-Utils/Makefile +++ b/sysutils/p5-MogileFS-Utils/Makefile @@ -34,14 +34,7 @@ MAN1= mogadm.1 \ mogupload.1 MAN3= MogileFS::Utils.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -.endif - post-patch: @${REINPLACE_CMD} -e '/NAME/ s|MogileFS-Utils|MogileFS::Utils|' ${WRKSRC}/Makefile.PL -.include <bsd.port.post.mk> +.include <bsd.port.mk> |