22 lines
415 B
Makefile
22 lines
415 B
Makefile
|
# 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>
|