freebsd-ports/devel/p5-Shell-Parser/Makefile
Sergey Skvortsov 65a32ad248 Update to 0.04
2005-04-11 16:04:13 +00:00

22 lines
428 B
Makefile

# New ports collection makefile for: Shell-Parser
# Date created: 08 April 2005
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Shell-Parser
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Shell
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Simple shell script parser
PERL_CONFIGURE= yes
MAN3= Shell::Parser.3
.include <bsd.port.mk>