diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
commit | 9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch) | |
tree | 41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /devel/deputy | |
parent | 41a56135d1e8a68844e4c575702cdbad451d7322 (diff) |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=199069
Diffstat (limited to 'devel/deputy')
-rw-r--r-- | devel/deputy/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/deputy/Makefile b/devel/deputy/Makefile index 328c1f486bd1..8c87c3b26867 100644 --- a/devel/deputy/Makefile +++ b/devel/deputy/Makefile @@ -29,12 +29,6 @@ INCFILES= annots.h checks.h LIBFILES= Cilly.pm KeptFile.pm OutputFile.pm TempFile.pm EXECFILES= deputy.asm.exe deputy.byte.exe deputy_libc.o -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= does not work with perl < 5.6.1 -.endif - post-patch: @${REINPLACE_CMD} -e 's:@CILHOME@/lib:${SITE_PERL}/CIL:g; s:\@CILHOME\@:${PREFIX}:g' ${WRKSRC}/cil/bin/CilConfig.pm.in @${REINPLACE_CMD} -e 's|^use KeptFile;|use CIL::KeptFile;|; s|^use OutputFile;|use CIL::OutputFile;|; s|^use TempFile;|use CIL::TempFile;|' ${WRKSRC}/cil/lib/Cilly.pm @@ -62,4 +56,4 @@ do-install: .endfor ${INSTALL_MAN} ${WRKSRC}/doc/deputy.1 ${MANPREFIX}/man/man1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |