diff options
author | az <az@FreeBSD.org> | 2013-06-18 21:49:02 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-06-18 21:49:02 +0800 |
commit | 172967ef1621383bbbafd54a70d990b5eb06ff48 (patch) | |
tree | cb7a0ada1fdd2f94e8d58a566a456bccdef69c6a /archivers/p5-Archive-Tar | |
parent | 0f6a0d608db3e512bf6e17f016053ec856ecafe2 (diff) | |
download | freebsd-ports-gnome-172967ef1621383bbbafd54a70d990b5eb06ff48.tar.gz freebsd-ports-gnome-172967ef1621383bbbafd54a70d990b5eb06ff48.tar.zst freebsd-ports-gnome-172967ef1621383bbbafd54a70d990b5eb06ff48.zip |
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'archivers/p5-Archive-Tar')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 18 | ||||
-rw-r--r-- | archivers/p5-Archive-Tar/pkg-plist | 2 |
2 files changed, 0 insertions, 20 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index 8a6833520519..f22abbefcd13 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -32,26 +32,8 @@ RUN_DEPENDS+= p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500904 -RUN_DEPENDS+= p5-Package-Constants>=0:${PORTSDIR}/devel/p5-Package-Constants -.endif - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Zlib>=1.01:${PORTSDIR}/archivers/p5-IO-Zlib \ - p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.if ${PERL_LEVEL} >= 501000 -PLIST_SUB+= EXE_FILES="@comment " -.else -PLIST_SUB+= EXE_FILES="" -MAN1= ptardiff.1 ptar.1 -.endif - post-patch: @${REINPLACE_CMD} -e 's/5.009/5.666/' ${WRKSRC}/Makefile.PL -.if ${PERL_LEVEL} >= 501000 @${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL -.endif .include <bsd.port.post.mk> diff --git a/archivers/p5-Archive-Tar/pkg-plist b/archivers/p5-Archive-Tar/pkg-plist index bc81f665980b..595b64154f2e 100644 --- a/archivers/p5-Archive-Tar/pkg-plist +++ b/archivers/p5-Archive-Tar/pkg-plist @@ -1,5 +1,3 @@ -%%EXE_FILES%%bin/ptar -%%EXE_FILES%%bin/ptardiff %%SITE_PERL%%/Archive/Tar.pm %%SITE_PERL%%/Archive/Tar/Constant.pm %%SITE_PERL%%/Archive/Tar/File.pm |