0fdff233d2
pkgsrc changes: - Adding license definition - Adjusting dependencies Upstream changes: 1.422 Sun Aug 30 16:33:24 CEST 2009 - more of the same changes as in 1.422. - rely on common::sense.
21 lines
561 B
Makefile
21 lines
561 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/09/14 06:56:09 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Devel-FindRef-1.422
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Devel-FindRef/
|
|
COMMENT= Perl 5 module to track down references
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Devel/FindRef/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|