diff options
Diffstat (limited to 'devel/p5-Class-ISA')
-rw-r--r-- | devel/p5-Class-ISA/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Class-ISA/Makefile b/devel/p5-Class-ISA/Makefile index d267e5e8acb..c6285093f8a 100644 --- a/devel/p5-Class-ISA/Makefile +++ b/devel/p5-Class-ISA/Makefile @@ -1,20 +1,20 @@ -# $NetBSD: Makefile,v 1.5 2010/08/21 16:33:21 seb Exp $ +# $NetBSD: Makefile,v 1.6 2011/08/10 04:18:22 adam Exp $ DISTNAME= Class-ISA-0.36 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/perldoc?Class::ISA +HOMEPAGE= http://search.cpan.org/dist/Class-ISA/ COMMENT= Report the search path for a class's ISA tree LICENSE= ${PERL5_LICENSE} -USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/Class/ISA/.packlist - PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Class/ISA/.packlist + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |