![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / databases / p5-AddressBook / Makefile (download)
Revision 1.14, Sat Mar 4 21:29:09 2006 UTC (17 years, 9 months ago) by jlam
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. |
# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:09 jlam Exp $ DISTNAME= AddressBook-0.16 PKGNAME= p5-${DISTNAME} PKGREVISION= 5 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=perl-abook/} \ ftp://ftp.loaded.net/pub/CPAN/authors/id/D/DL/DLEIGH/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://perl-abook.sourceforge.net/ COMMENT= Perl5 module for unified access to addressbook databases DEPENDS+= p5-DBI>=1.14:../../databases/p5-DBI DEPENDS+= p5-Date-Manip>=5.39:../../devel/p5-Date-Manip DEPENDS+= p5-XML-DOM>=1.25:../../textproc/p5-XML-DOM DEPENDS+= p5-perl-ldap>=0.20:../../databases/p5-perl-ldap DEPENDS+= p5-pilot-link-[0-9]*:../../comms/p5-pilot-link PERL5_PACKLIST= auto/AddressBook/.packlist REPLACE_PERL= examples/SyncAbook.pm REPLACE_PERL+= examples/abook.palm REPLACE_PERL+= examples/phonelist.cgi EGDIR= ${PREFIX}/share/examples/${PKGBASE} post-install: ${INSTALL_DATA_DIR} ${EGDIR} cd ${WRKSRC}; \ for file in ${REPLACE_PERL} examples/ldap-abook.conf; do \ ${INSTALL_DATA} $${file} ${EGDIR}; \ done .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk"