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.2 retrieving revision 1.19 diff -u -p -r1.2 -r1.19 --- pkgsrc/devel/p5-ExtUtils-Depends/Makefile 2004/04/19 17:42:41 1.2 +++ pkgsrc/devel/p5-ExtUtils-Depends/Makefile 2012/10/03 21:54:58 1.19 @@ -1,21 +1,22 @@ -# $NetBSD: Makefile,v 1.2 2004/04/19 17:42:41 minskim Exp $ -# +# $NetBSD: Makefile,v 1.19 2012/10/03 21:54:58 wiz Exp $ -DISTNAME= ExtUtils-Depends-0.202 +DISTNAME= ExtUtils-Depends-0.304 PKGNAME= p5-${DISTNAME} -CATEGORIES= devel +PKGREVISION= 1 +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} +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews -PERL5_REQD= 5.8 -USE_BUILDLINK3= yes - -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"