2e65d464e8
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
19 lines
514 B
Makefile
19 lines
514 B
Makefile
# $NetBSD: Makefile,v 1.20 2015/06/12 10:51:28 wiz Exp $
|
|
|
|
DISTNAME= String-ShellQuote-1.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/String/ShellQuote/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|