pkgsrc/textproc/p5-String-ShellQuote/Makefile
rxg 694071e7dd Add p5-String-ShellQuote-1.00 - quote strings for passing through the shell
This module contains some functions which are useful for quoting strings
which are going to pass through the shell or a shell-like object.

close pkg/15624, submitted by me.
2002-03-02 02:40:00 +00:00

19 lines
591 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2002/03/02 02:40:00 rxg Exp $
DISTNAME= String-ShellQuote-1.00
PKGNAME= p5-String-ShellQuote-1.00
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
MAINTAINER= rxg@netbsd.org
HOMEPAGE= http://search.cpan.org/search?module=String::ShellQuote
COMMENT= quote strings for passing through the shell
USE_BUILDLINK_ONLY= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/String/ShellQuote/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"