Files
bsdports/perl/p5-String-ShellQuote/Makefile
2019-12-26 07:26:06 +00:00

18 lines
419 B
Makefile

# Created by: Anton Berezin <tobez@tobez.org>
# $FreeBSD: head/textproc/p5-String-ShellQuote/Makefile 479390 2018-09-10 11:16:59Z des $
PORTNAME= String-ShellQuote
PORTVERSION= 1.04
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for quote strings for passing through the shell
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>