diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-09-04 12:41:58 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-09-04 12:41:58 +0000 |
commit | 20a71225064b096a90b0e2f127cacfbd4c81f4fe (patch) | |
tree | ee3012514efb5cad0742847ce72c4dd456187fea /devel/p5-DateTime-Event-NameDay | |
parent | 1be1dddc5a272189d628c7ca8e3c2bf3504de463 (diff) | |
download | ports-20a71225064b096a90b0e2f127cacfbd4c81f4fe.tar.gz ports-20a71225064b096a90b0e2f127cacfbd4c81f4fe.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime-Event-NameDay')
-rw-r--r-- | devel/p5-DateTime-Event-NameDay/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/p5-DateTime-Event-NameDay/Makefile b/devel/p5-DateTime-Event-NameDay/Makefile index 76ec202e15f3..8dfadb8a4e53 100644 --- a/devel/p5-DateTime-Event-NameDay/Makefile +++ b/devel/p5-DateTime-Event-NameDay/Makefile @@ -28,11 +28,4 @@ PERL_CONFIGURE= yes MAN3= DateTime::Event::NameDay.3 .include "../../devel/p5-Module-Build/inc.build.mk" -.include <bsd.port.pre.mk> - -# Depends on p5-DateTime-Set which requires perl >= 5.6 -.if ${PERL_LEVEL} < 500600 -IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |