diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-27 22:50:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-27 22:50:58 +0000 |
commit | 695a65fcef5c747c77540ce291dd77e71b5253aa (patch) | |
tree | 7ac7245006ed75089801162c42337a8dcf63e148 /textproc/p5-XML-Feed-Deduper/Makefile | |
parent | aa768d97037bc392049fc2552b1d974c74951aa2 (diff) | |
download | ports-695a65fcef5c747c77540ce291dd77e71b5253aa.tar.gz ports-695a65fcef5c747c77540ce291dd77e71b5253aa.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Feed-Deduper/Makefile')
-rw-r--r-- | textproc/p5-XML-Feed-Deduper/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/textproc/p5-XML-Feed-Deduper/Makefile b/textproc/p5-XML-Feed-Deduper/Makefile index 578df88627b8..e341c3fdf911 100644 --- a/textproc/p5-XML-Feed-Deduper/Makefile +++ b/textproc/p5-XML-Feed-Deduper/Makefile @@ -21,13 +21,4 @@ RUN_DEPENDS= p5-Mouse>=1.08:${PORTSDIR}/devel/p5-Any-Moose \ USES= perl5 USE_PERL5= modbuild -MAN3= XML::Feed::Deduper.3 - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501400 -TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |