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/devel/p5-ExtUtils-Depends/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/p5-ExtUtils-Depends/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11 retrieving revision 1.27 diff -u -p -r1.11 -r1.27 --- pkgsrc/devel/p5-ExtUtils-Depends/Makefile 2007/02/27 09:09:37 1.11 +++ pkgsrc/devel/p5-ExtUtils-Depends/Makefile 2016/04/10 05:25:19 1.27 @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.11 2007/02/27 09:09:37 wiz Exp $ -# +# $NetBSD: Makefile,v 1.27 2016/04/10 05:25:19 mef Exp $ -DISTNAME= ExtUtils-Depends-0.205 +DISTNAME= ExtUtils-Depends-0.405 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gtk2-perl.sourceforge.net/ +#HOMEPAGE= http://search.cpan.org/dist/ExtUtils-Depends/ COMMENT= Easily build XS extensions that depend on XS extensions +LICENSE= ${PERL5_LICENSE} -PKG_INSTALLATION_TYPES= overwrite pkgviews - -PERL5_PACKLIST= auto/ExtUtils/Depends/.packlist +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/ExtUtils/Depends/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk"