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