Skip to content

Commit

Permalink
The package supports installation to DESTDIR.
Browse files Browse the repository at this point in the history
A compiler is not necessary.
  • Loading branch information
heinz committed Feb 7, 2008
1 parent 5f621b8 commit ad038ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
10 changes: 6 additions & 4 deletions devel/p5-Parse-RecDescent/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2007/09/10 06:47:21 wiz Exp $
# $NetBSD: Makefile,v 1.15 2008/02/07 21:28:29 heinz Exp $
#

DISTNAME= Parse-RecDescent-1.94
Expand All @@ -11,11 +11,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Parse-RecDescent/
COMMENT= Perl5 module to generate recursive-descent parsers

DEPENDS+= p5-Text-Balanced-[0-9]*:../../textproc/p5-Text-Balanced

PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews

PERL5_PACKLIST= auto/Parse/RecDescent/.packlist
DEPENDS+= p5-Text-Balanced-[0-9]*:../../textproc/p5-Text-Balanced

USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Parse/RecDescent/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
7 changes: 5 additions & 2 deletions math/p5-Spreadsheet-WriteExcel/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2007/06/10 09:15:37 obache Exp $
# $NetBSD: Makefile,v 1.15 2008/02/07 21:31:48 heinz Exp $
#

DISTNAME= Spreadsheet-WriteExcel-2.18
Expand All @@ -10,10 +10,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-WriteExcel/
COMMENT= Create Excel data files

PKG_DESTDIR_SUPPORT= user-destdir

DEPENDS+= p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent
DEPENDS+= p5-OLE-Storage_Lite>=0.14:../../devel/p5-OLE-Storage_Lite

PERL5_PACKLIST= auto/Spreadsheet/WriteExcel/.packlist
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Spreadsheet/WriteExcel/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit ad038ba

Please sign in to comment.