diff options
Diffstat (limited to 'devel/p5-IPC-Run3')
-rw-r--r-- | devel/p5-IPC-Run3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/p5-IPC-Run3/Makefile b/devel/p5-IPC-Run3/Makefile index 05ee3c978f5..5ccaebf5095 100644 --- a/devel/p5-IPC-Run3/Makefile +++ b/devel/p5-IPC-Run3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/10/03 21:55:10 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2012/10/31 11:18:23 asau Exp $ # DISTNAME= IPC-Run3-0.045 @@ -12,8 +12,6 @@ HOMEPAGE= http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/ COMMENT= IPC::Run3 - run a subprocess in batch mode LICENSE= original-bsd OR artistic OR gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - PERL5_PACKLIST= auto/IPC/Run3/.packlist .include "../../lang/perl5/module.mk" |