diff options
author | mat <mat@FreeBSD.org> | 2007-08-31 21:37:23 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2007-08-31 21:37:23 +0800 |
commit | 75b6e3fc793815d03bc3729793ea811554d12340 (patch) | |
tree | 153c663f7188f7ab3aa7429f49cf75bbc7880b4f /textproc/p5-XML-XSH | |
parent | 1cd56b0c47da19f85df29bb4e8117a011a1793b5 (diff) | |
download | freebsd-ports-gnome-75b6e3fc793815d03bc3729793ea811554d12340.tar.gz freebsd-ports-gnome-75b6e3fc793815d03bc3729793ea811554d12340.tar.zst freebsd-ports-gnome-75b6e3fc793815d03bc3729793ea811554d12340.zip |
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
Diffstat (limited to 'textproc/p5-XML-XSH')
-rw-r--r-- | textproc/p5-XML-XSH/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/p5-XML-XSH/Makefile b/textproc/p5-XML-XSH/Makefile index 466ab797ec29..74f5a0bd85d8 100644 --- a/textproc/p5-XML-XSH/Makefile +++ b/textproc/p5-XML-XSH/Makefile @@ -32,10 +32,6 @@ MAN3= XSH.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= "requires perl 5.6.x or later. Install lang/perl5 and try again" -.endif - test: build @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \ ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test |