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.1.1.1 retrieving revision 1.18 diff -u -p -r1.1.1.1 -r1.18 --- pkgsrc/devel/p5-ExtUtils-Depends/Makefile 2004/04/19 17:24:14 1.1.1.1 +++ pkgsrc/devel/p5-ExtUtils-Depends/Makefile 2011/08/12 12:46:08 1.18 @@ -1,19 +1,21 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/04/19 17:24:14 xtraeme Exp $ -# +# $NetBSD: Makefile,v 1.18 2011/08/12 12:46:08 adam Exp $ -DISTNAME= ExtUtils-Depends-0.202 +DISTNAME= ExtUtils-Depends-0.304 PKGNAME= p5-${DISTNAME} -CATEGORIES= devel +CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} -MAINTAINER= xtraeme@NetBSD.org +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} -PERL5_REQD= 5.8 -USE_BUILDLINK3= yes +PKG_DESTDIR_SUPPORT= user-destdir +PKG_INSTALLATION_TYPES= overwrite pkgviews -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/ExtUtils/Depends/.packlist +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/ExtUtils/Depends/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk"