Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/mail/p5-User-Identity/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/mail/p5-User-Identity/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.1.1 retrieving revision 1.22 diff -u -p -r1.1.1.1 -r1.22 --- pkgsrc/mail/p5-User-Identity/Makefile 2004/02/17 02:25:44 1.1.1.1 +++ pkgsrc/mail/p5-User-Identity/Makefile 2016/07/29 11:32:28 1.22 @@ -1,20 +1,20 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/17 02:25:44 minskim Exp $ +# $NetBSD: Makefile,v 1.22 2016/07/29 11:32:28 wen Exp $ -DISTNAME= User-Identity-0.07 +DISTNAME= User-Identity-0.94 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=User/} -MAINTAINER= adrianp@stindustries.net +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://perl.overmeer.net/userid/ -COMMENT= Define a person +#HOMEPAGE= http://search.cpan.org/dist/User-Identity/ +COMMENT= Helps maintaining user information from various sources +LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Geography-Countries-[0-9]*:../../misc/p5-Geography-Countries +DEPENDS+= p5-Geography-Countries>=1.4:../../geography/p5-Geography-Countries +BUILD_DEPENDS+= p5-Test-Pod>=1.0:../../devel/p5-Test-Pod -PKG_INSTALLATION_TYPES= overwrite pkgviews - -USE_BUILDLINK3= YES -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/User/Identity/.packlist +PERL5_PACKLIST= auto/User/Identity/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk"