summaryrefslogtreecommitdiff
path: root/textproc/p5-String-ShellQuote/Makefile
blob: 55561989aa7cbec0c4ace2f5ba9f2ca4e692bbab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:49 joerg Exp $

DISTNAME=	String-ShellQuote-1.03
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	textproc perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=String/}

MAINTAINER=	rxg@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/String-ShellQuote/
COMMENT=	Quote strings for passing through the shell

PKG_DESTDIR_SUPPORT=	user-destdir

PERL5_PACKLIST=		auto/String/ShellQuote/.packlist

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