mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
18 lines
419 B
Makefile
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>
|