pkgsrc changes: - Adding license definition Upstream changes: 0.08 Tue Aug 4 13:56:26 CEST 2009 - chg: accept ucfirst options on new() constructor for all options CPAN bug #48349 MDOM - fix: documentation bug about to pass "tls" to IO::Socket 0.07 Tue Aug 4 13:56:26 CEST 2009 - add: on_fail option for constructor CPAN bug #48286 Mario Domgoergen - fix: missing call to _set_error() when TLS fails
18 lines
489 B
Makefile
18 lines
489 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/09/16 19:05:30 sno Exp $
|
|
|
|
DISTNAME= Net-ManageSieve-0.08
|
|
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}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Net/ManageSieve/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|