openbsd-ports/textproc/p5-String-ShellQuote/Makefile
sturm 3b9a93a684 initial import of p5-String-ShellQuote 1.00
submitted by Jim Geovedi <jim@corebsd.or.id>

This module contains some functions which are useful for quoting strings
which are going to pass through the shell or a shell-like object.

naddy@ OK
2002-12-06 20:55:26 +00:00

22 lines
479 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2002/12/06 20:55:26 sturm Exp $
COMMENT= "Quote strings for passing through the shell"
DISTNAME= String-ShellQuote-1.00
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
# GPL/Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>