aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-Shellwords/Makefile
blob: 51a923f447d7a83430c86bc0cddfcc2fabb295dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: George Hartzell <hartzell@fruitfly.org>
# $FreeBSD$

PORTNAME=   Text-Shellwords
PORTVERSION=    1.08
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= ports@FreeBSD.org
COMMENT=    This is a thin wrapper around the shellwords.pl package

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>