eee4a1ea37
Changes from previous: ---------------------- 0.09 Tue Nov 1 08:24:00 2011 - Fix previous (broken) release. 0.08 Mon Oct 31 07:59:00 2011 - Support for perlapi of 5.14.2, 5.15.4 0.07 Wed Jul 20 23:44 2011 - Support for perlapi of 5.14.1, 5.15.1, 5.12.4 - Dropped support for 5.13.10 0.06 Sun Jun 5 20:12:00 2011 - Support for perlapi of 5.14.0 - Dropped support for 5.11 series 0.05 Sun Feb 27 17:00:00 2011 - Support for perlapi of 5.12.1, 5.12.2, 5.12.3, 5.13.10.
24 lines
727 B
Makefile
24 lines
727 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/02/12 06:26:10 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= Perl-APIReference-0.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Perl-APIReference/
|
|
COMMENT= Programmatically query the perlapi
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Class-XSAccessor>=1.05:../../devel/p5-Class-XSAccessor
|
|
DEPENDS+= p5-YAML-Tiny-[0-9]*:../../textproc/p5-YAML-Tiny
|
|
DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent
|
|
|
|
PERL5_PACKLIST= auto/Perl/APIReference/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|