diff options
| author | Steve Wills <swills@FreeBSD.org> | 2012-02-11 04:39:05 +0000 |
|---|---|---|
| committer | Steve Wills <swills@FreeBSD.org> | 2012-02-11 04:39:05 +0000 |
| commit | 5f065fa01dd3eaebd2eadd0b103a5fa993630abf (patch) | |
| tree | afb501be4f6efd3e30dc5be1af0cd715f0b6ed9a /sysutils/p5-Shell-Command/Makefile | |
| parent | 99d8ccfac5f6e271f988568e6d34023b803fcf72 (diff) | |
Notes
Diffstat (limited to 'sysutils/p5-Shell-Command/Makefile')
| -rw-r--r-- | sysutils/p5-Shell-Command/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/p5-Shell-Command/Makefile b/sysutils/p5-Shell-Command/Makefile new file mode 100644 index 000000000000..4972a006074d --- /dev/null +++ b/sysutils/p5-Shell-Command/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Shell-Command +# Date created: 2012-02-10 +# Whom: Steve Wills <swills@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Shell-Command +PORTVERSION= 0.06 +CATEGORIES= sysutils perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Cross-platform functions emulating common shell commands + +PERL_CONFIGURE= yes + +MAN3= Shell::Command.3 + +.include <bsd.port.mk> |
