diff options
Diffstat (limited to 'mail/p5-Mail-Spool/Makefile')
-rw-r--r-- | mail/p5-Mail-Spool/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/p5-Mail-Spool/Makefile b/mail/p5-Mail-Spool/Makefile index 8e292952ee31..699017f341c7 100644 --- a/mail/p5-Mail-Spool/Makefile +++ b/mail/p5-Mail-Spool/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= chifeng@gmail.com -COMMENT= "Pure Perl" implementation of mail spooling, unspooling, and sending +COMMENT= Pure Perl implementation of mail spooling, unspooling, and sending BUILD_DEPENDS= p5-File-NFSLock>=0:${PORTSDIR}/devel/p5-File-NFSLock \ p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ @@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Mail::Spool.3 Mail::Spool::Handle.3 Mail::Spool::Node.3 - -NO_STAGE= yes .include <bsd.port.mk> |