9be9b1d44d
- Updating package for perl module Array::Diff to 0.05.002 from 0.05 - Setting license to gnu-gpl-v2 Upstream changes: 0.05002 2009-05-12T11:54:26+09:00 - upgrade copyright and license statement in document (Thanks to Peter Pentchev) 0.05001 2009-05-11T10:39:47+09:00 - upgrade a document. (Thanks to Peter Pentchev)
23 lines
656 B
Makefile
23 lines
656 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/05/17 14:16:11 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Array-Diff-0.05002
|
|
PKGNAME= p5-${DISTNAME:S/05002/05.002/}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Array/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Array-Diff/
|
|
COMMENT= Perl 5 module to diff two arrays
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
DEPENDS+= p5-Algorithm-Diff>0:../../devel/p5-Algorithm-Diff
|
|
DEPENDS+= p5-Class-Accessor>0:../../devel/p5-Class-Accessor
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Array/Diff/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|