11227df0eb
fix perl 5.22 warning 0.12 Thu Jan 12 16:22:42 CEST 2012 -fix: remove signature check causing too many failures of automatic checks 0.11 Fri Jul 8 15:45:42 CEST 2010 -fix: spelling CPAN bug #59225 Ansgar Burchardt -fix: META.yml CPAN bug #62606 ANDK
19 lines
512 B
Makefile
19 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.11 2016/01/04 02:20:45 markd Exp $
|
|
|
|
DISTNAME= Net-ManageSieve-0.12
|
|
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
|
|
|
|
post-patch:
|
|
rm ${WRKSRC}/lib/Net/ManageSieve.pm.orig
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|