- Add ${PERL5_LICENSE} (upstream) - Update 0.09 to 1.04 ------------------- 1.04 Mon Dec 22 2014 - Removed the locked sub attributes because they seem to have no gain(no object acces/modification is done) - Enhanced the POD - Enhanced the test so they skip if /usr/sbin/makemap is not insTALLED(might be needed to bundle a .db again) - In 2012: Enhanced the lookup function so it does correctly check all variations of an email address 1.01 Tue Nov 10 2009 - Fixed a permissions issue where a test file didn't exist prior to testing.
18 lines
552 B
Makefile
18 lines
552 B
Makefile
# $NetBSD: Makefile,v 1.25 2016/01/18 14:41:01 mef Exp $
|
|
|
|
DISTNAME= Sendmail-AccessDB-1.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sendmail/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Sendmail-AccessDB/
|
|
COMMENT= Perl5 module for manipulating the sendmail accessdb
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-BerkeleyDB-[0-9]*:../../databases/p5-BerkeleyDB
|
|
|
|
PERL5_PACKLIST= auto/Sendmail/AccessDB/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|