0ba2f8450b
- Updating module to 0.44 Upstream changes: By: smueller on 2009/02/02 * Abandon support for perl 5.005. * Merging of the various requires-like META.yml sections in merge_par. * This is 0.44. By: smueller on 2009/01/23 * Don't rely on the return value of ExtUtils::Install::(un)?install to indicate success or failure of the (un)?installation. * This is 0.43.
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.18 2009/04/12 00:53:27 sno Exp $
|
|
#
|
|
|
|
DISTNAME= PAR-Dist-0.44
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5moi
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/PAR-Dist/
|
|
COMMENT= Perl module toolkit to create and manipulate PAR distributions
|
|
|
|
BUILD_DEPENDS+= p5-Archive-Zip>0:../../archivers/p5-Archive-Zip
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/PAR/Dist/.packlist
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.p5-PAR-Dist
|
|
PKG_SUPPORTED_OPTIONS+= # empty
|
|
PKG_SUGGESTED_OPTIONS+= # empty
|
|
|
|
PKG_OPTIONS_REQUIRED_GROUPS= YAML
|
|
PKG_OPTIONS_GROUP.YAML= YAML LibYAML YAML-Tiny
|
|
PKG_SUGGESTED_OPTIONS= YAML
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:MYAML-Tiny)
|
|
BUILD_DEPENDS+= p5-YAML-Tiny>=1.25:../../textproc/p5-YAML-Tiny
|
|
.elif !empty(PKG_OPTIONS:MLibYAML)
|
|
BUILD_DEPENDS+= p5-YAML-LibYAML>=0.03:../../textproc/p5-YAML-LibYAML
|
|
.elif !empty(PKG_OPTIONS:MYAML)
|
|
BUILD_DEPENDS+= p5-YAML>=0.60:../../textproc/p5-YAML
|
|
.endif
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|