diff options
Diffstat (limited to 'mail/p5-Mail-ListDetector/Makefile')
-rw-r--r-- | mail/p5-Mail-ListDetector/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-Mail-ListDetector/Makefile b/mail/p5-Mail-ListDetector/Makefile index 7eeb701dc9bd..77afdbd942f2 100644 --- a/mail/p5-Mail-ListDetector/Makefile +++ b/mail/p5-Mail-ListDetector/Makefile @@ -12,11 +12,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for detecting mailing list messages +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Email-Abstract>=3.001:mail/p5-Email-Abstract \ p5-Email-Valid>=0.182:mail/p5-Email-Valid \ p5-Mail-Tools>=2.04:mail/p5-Mail-Tools \ p5-URI>=1.1:net/p5-URI -BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 shebangfix SHEBANG_FILES= examples/sample.pl |