diff options
author | wiz <wiz> | 2009-02-22 20:37:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-02-22 20:37:09 +0000 |
commit | d63e92e558062bc0235528d686b74c9cebe2b4d0 (patch) | |
tree | c6b8bed83aebba57a415e2a1f44add74b227a496 /mail/p5-Sendmail-AccessDB/Makefile | |
parent | cc90527cba782a152b8a62843c0e83af1448c579 (diff) | |
download | pkgsrc-d63e92e558062bc0235528d686b74c9cebe2b4d0.tar.gz |
Update to 0.09:
0.09 Sun May 02 2004
- added PREREQ_PM to Makefile.PL
0.08 Sun May 02 2004
- Changed whitelisted() function to also check for RELAY since
according to the sendmail spec, RELAY implies OK.
- Switched to using BerkeleyDB package instead of File_DB since
File_DB didn't seen to be working with BDB 4.2 libraries
- No longer include a test.db file. Call /usr/sbin/makemap at
`make test` time.
Diffstat (limited to 'mail/p5-Sendmail-AccessDB/Makefile')
-rw-r--r-- | mail/p5-Sendmail-AccessDB/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/p5-Sendmail-AccessDB/Makefile b/mail/p5-Sendmail-AccessDB/Makefile index 7913429814a..f857b961955 100644 --- a/mail/p5-Sendmail-AccessDB/Makefile +++ b/mail/p5-Sendmail-AccessDB/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.15 2008/10/19 19:18:20 he Exp $ +# $NetBSD: Makefile,v 1.16 2009/02/22 20:37:09 wiz Exp $ -DISTNAME= Sendmail-AccessDB-0.07 +DISTNAME= Sendmail-AccessDB-0.09 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sendmail/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.megacity.org/software.html +HOMEPAGE= http://search.cpan.org/dist/Sendmail-AccessDB/ COMMENT= Perl5 module for manipulating the sendmail accessdb +DEPENDS+= p5-BerkeleyDB-[0-9]*:../../databases/p5-BerkeleyDB + PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |