0.13 Mon Jan 4 11:44:52 CET 2016 -fix: Escape braces in regexp / Debian bug#809102 / CPAN bug #110664 Unescaped braces in regexp are deprecated and issue a warning when used in Perl 5.22. -fix: typo CPAN bug #110668 Debian
16 lines
455 B
Makefile
16 lines
455 B
Makefile
# $NetBSD: Makefile,v 1.14 2017/09/17 20:01:59 wiz Exp $
|
|
|
|
DISTNAME= Net-ManageSieve-0.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-ManageSieve/
|
|
COMMENT= ManageSieve Protocol Client
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Net/ManageSieve/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|