a641a47721
language) 1.05 into pkgsrc/devel/p5-System-Command as dependency for devel/p5-Git-CPAN-Patch update. System::Command is a class that launches external system commands and return an object representing them, allowing to interact with them through their STDIN, STDOUT and STDERR handles.
20 lines
568 B
Makefile
20 lines
568 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/11/15 11:50:31 sno Exp $
|
|
|
|
DISTNAME= System-Command-1.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=System/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/System-Command/
|
|
COMMENT= Object for running system commands
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/System/Command/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|