pkgsrc/mail/p5-Sendmail-PMilter/Makefile
markd 0fd3260e15 Update to 1.00
1.00  Sat Apr 16 13:10:16 UTC 2011
    - Avoid infinite loop: signal handler modifies errno
    - Added support for SMFIC_UNKNOWN

0.99  Sun Feb  6 21:32:30 UTC 2011
    - RT#65499: Handle IPv6 addresses in SMFIC_CONNECT in
      Sendmail::PMilter::Context

0.98  Fri Mar 12 21:36:18 GMT 2010
    - RT#51759: added child_init and child_exit parameters to prefork
      dispatcher -Michael Schout
    - RT#51713: fixed POD errors for embedded '>' -Michael Schout
    - Note in the POD that the module is orphaned and is looking for a
      proper maintainer.

0.97  Mon Feb 23 23:39:15 2009 UTC
    - RT#43327: Changed protocol testing condition from ($ver == 2) to ($ver >= 2 && $ver <= 6)
      to make the milter work with Sendmail 8.14
    - Removed CVS Id from Changes file

0.96  Sat Jul 07 18:27:25 2007 UTC
    - Changed threads::shared::share(\$nchildren) to
      threads::shared::share($nchildren), this should fix some failing smokes
2012-10-28 02:06:11 +00:00

21 lines
577 B
Makefile

# $NetBSD: Makefile,v 1.16 2012/10/28 02:06:11 markd Exp $
#
DISTNAME= Sendmail-PMilter-1.00
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AV/AVAR/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Sendmail-PMilter
COMMENT= Pure-Perl Milter protocol API
# Though it doesn't exist yet, just in case:
CONFLICTS+= p5-Sendmail-Milter-[0-9]*
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
PERL5_PACKLIST= auto/Sendmail/PMilter/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"