blob: 1817dadf5ee3a4dd78d903a2f7c36b9f1675dc85 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|