freebsd-ports/devel/p5-Shell-Parser/Makefile

23 lines
428 B
Makefile
Raw Normal View History

# New ports collection makefile for: Shell-Parser
# Date created: 08 April 2005
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Shell-Parser
2005-04-11 18:04:13 +02:00
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>