blob: 1d200cc799a09d841baa1af09530bd3704a0d335 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.15 2008/10/19 19:18:09 he Exp $
DISTNAME= Want-0.18
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/ROBIN/} # this is a hack
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Want/
COMMENT= Perl module providing a generalisation of wantarray
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Want/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|