diff options
Diffstat (limited to 'mail/p5-Net-ManageSieve/Makefile')
-rw-r--r-- | mail/p5-Net-ManageSieve/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/p5-Net-ManageSieve/Makefile b/mail/p5-Net-ManageSieve/Makefile index 5fb10fb135a..fc3f19e216c 100644 --- a/mail/p5-Net-ManageSieve/Makefile +++ b/mail/p5-Net-ManageSieve/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2017/06/05 14:24:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.14 2017/09/17 20:01:59 wiz Exp $ -DISTNAME= Net-ManageSieve-0.12 +DISTNAME= Net-ManageSieve-0.13 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -13,8 +12,5 @@ LICENSE= ${PERL5_LICENSE} PERL5_PACKLIST= auto/Net/ManageSieve/.packlist -post-patch: - rm ${WRKSRC}/lib/Net/ManageSieve.pm.orig - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |